diff --git a/src/wp-content/themes/twentytwentyone/inc/block-patterns.php b/src/wp-content/themes/twentytwentyone/inc/block-patterns.php index 2eeaeed6d7f95..4533ed5aa46b8 100644 --- a/src/wp-content/themes/twentytwentyone/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwentyone/inc/block-patterns.php @@ -27,12 +27,9 @@ function twenty_twenty_one_register_block_pattern_category() { add_action( 'init', 'twenty_twenty_one_register_block_pattern_category' ); } -/** - * Register Block Patterns. - */ if ( function_exists( 'register_block_pattern' ) ) { /** - * Registers Block Pattern. + * Registers Block Patterns. * * @since Twenty Twenty-One 1.0 *