From e8c2fc360fbf17bfa3c3eb5599982a0661a174f7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 10 Feb 2026 16:06:42 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwentyone/inc/block-patterns.php | 5 +---- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwentyone/inc/block-patterns.php b/wp-content/themes/twentytwentyone/inc/block-patterns.php index 2eeaeed6d7..4533ed5aa4 100644 --- a/wp-content/themes/twentytwentyone/inc/block-patterns.php +++ b/wp-content/themes/twentytwentyone/inc/block-patterns.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f4804a2f3..f967502000 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.