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:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user