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.