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
This commit is contained in:
John Blackbourn
2022-09-21 20:55:20 +00:00
parent 1af2c8bd7a
commit 4a3d6ff821

View File

@@ -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 );