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.
Built from https://develop.svn.wordpress.org/trunk@61608


git-svn-id: http://core.svn.wordpress.org/trunk@60919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2026-02-10 16:06:42 +00:00
parent 5847fbb9c7
commit e8c2fc360f
2 changed files with 2 additions and 5 deletions

View File

@@ -27,12 +27,9 @@ if ( function_exists( '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
*

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61607';
$wp_version = '7.0-alpha-61608';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.