From 4a3d6ff8213d5264ba36c4021f8b9f0be227da51 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 21 Sep 2022 20:55:20 +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 git-svn-id: https://develop.svn.wordpress.org/trunk@54285 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks/comments.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/blocks/comments.php b/src/wp-includes/blocks/comments.php index f26c43501a2e9..69044c081c74e 100644 --- a/src/wp-includes/blocks/comments.php +++ b/src/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 );