diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index b59e76bcc6..f19648c2d6 100644 --- a/wp-includes/blocks.php +++ b/wp-includes/blocks.php @@ -1397,7 +1397,6 @@ function build_comment_query_vars_from_block( $block ) { 'order' => 'ASC', 'status' => 'approve', 'no_found_rows' => false, - 'update_comment_meta_cache' => false, // We lazy-load comment meta for performance. ); if ( ! empty( $block->context['postId'] ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index efc0712881..0edcfb69ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta1-53213'; +$wp_version = '6.0-beta1-53214'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.