From f6fc33d81b36a6e35b42ebb59f6dbbb8447af058 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 21 Sep 2022 20:57:12 +0000 Subject: [PATCH] Docs: Remove a change that needs to instead be applied in the Gutenberg repo. See https://github.com/WordPress/gutenberg/pull/44342 See #55646 Built from https://develop.svn.wordpress.org/trunk@54285 git-svn-id: http://core.svn.wordpress.org/trunk@53844 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks/comments.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/blocks/comments.php b/wp-includes/blocks/comments.php index f26c43501a..69044c081c 100644 --- a/wp-includes/blocks/comments.php +++ b/wp-includes/blocks/comments.php @@ -213,7 +213,6 @@ function register_legacy_post_comments_block() { * like `_wp_multiple_block_styles`, which is required in this case because * the block has multiple styles. */ - /** This filter is documented in wp-includes/blocks.php */ $metadata = apply_filters( 'block_type_metadata', $metadata ); register_block_type( 'core/post-comments', $metadata ); diff --git a/wp-includes/version.php b/wp-includes/version.php index f17d748c38..ad7b5ea95c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta1-54284'; +$wp_version = '6.1-beta1-54285'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.