Skip to content

Commit 3dbdf1a

Browse files
Twenty Twenty-One: Remove redundant comment for conditionally-defined function.
This also improves consistency with other themes. Follow-up to [49216], [53121], [61552], [61272]. Props huzaifaalmesbah, sabernhardt. See #64226. git-svn-id: https://develop.svn.wordpress.org/trunk@61608 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e9f34bd commit 3dbdf1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/wp-content/themes/twentytwentyone/inc/block-patterns.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ function twenty_twenty_one_register_block_pattern_category() {
2727
add_action( 'init', 'twenty_twenty_one_register_block_pattern_category' );
2828
}
2929

30-
/**
31-
* Register Block Patterns.
32-
*/
3330
if ( function_exists( 'register_block_pattern' ) ) {
3431
/**
35-
* Registers Block Pattern.
32+
* Registers Block Patterns.
3633
*
3734
* @since Twenty Twenty-One 1.0
3835
*

0 commit comments

Comments
 (0)