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
This commit is contained in:
audrasjb 2024-03-05 13:59:18 +00:00
parent 31569e11d0
commit c1c58041a2
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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.