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:
parent
31569e11d0
commit
c1c58041a2
|
@ -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`.
|
* @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 array $attributes Block attributes.
|
||||||
* @param string $content Block default content.
|
* @param string $content Block default content.
|
||||||
* @param WP_Block $block Block instance.
|
* @param WP_Block $block Block instance.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue