Partially revert [57774].

This reverts some changes that need to be properly synced from Gutenberg.

See #60677.





git-svn-id: https://develop.svn.wordpress.org/trunk@57775 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2024-03-05 13:57:37 +00:00
parent 8dbf39e28a
commit 19c57a21fd

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.