From c1c58041a2e6cce2c3951eb94c09258840a2182b Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 5 Mar 2024 13:59:18 +0000 Subject: [PATCH] Partially revert [57774]. This reverts some changes that need to be properly synced from Gutenberg. See #60677. Built from https://develop.svn.wordpress.org/trunk@57775 git-svn-id: http://core.svn.wordpress.org/trunk@57276 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks/post-template.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/blocks/post-template.php b/wp-includes/blocks/post-template.php index 6b0b72e9f3..2c7502ca3b 100644 --- a/wp-includes/blocks/post-template.php +++ b/wp-includes/blocks/post-template.php @@ -36,8 +36,6 @@ function block_core_post_template_uses_featured_image( $inner_blocks ) { * * @since 6.3.0 Changed render_block_context priority to `1`. * - * @global WP_Query $wp_query WordPress Query object. - * * @param array $attributes Block attributes. * @param string $content Block default content. * @param WP_Block $block Block instance. diff --git a/wp-includes/version.php b/wp-includes/version.php index d68722bcb3..c7931d3ddc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta3-57774'; +$wp_version = '6.5-beta3-57775'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.