plugin updates

This commit is contained in:
Tony Volpe
2024-12-02 15:56:58 -05:00
parent 8cdfd97703
commit d3696168c9
102 changed files with 557 additions and 214 deletions

View File

@@ -284,7 +284,7 @@ function relevanssi_populate_array( $matches, $blog_id = -1 ) {
foreach ( $posts as $post ) {
$cache_id = $blog_id . '|' . $post->ID;
$relevanssi_post_array[ $cache_id ] = $post;
$relevanssi_post_array[ $cache_id ] = new WP_Post( $post );
}
}
} while ( $ids );