Skip to content

Commit

Permalink
Docs: Remove a change that needs to instead be applied in the Gutenbe…
Browse files Browse the repository at this point in the history
…rg repo.

See WordPress/gutenberg#44342

See #55646


git-svn-id: https://develop.svn.wordpress.org/trunk@54285 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
johnbillion committed Sep 21, 2022
1 parent 1af2c8b commit 4a3d6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/blocks/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 4a3d6ff

Please sign in to comment.