Bundled Themes: Correct comment formatting in inc/block-patterns.php.

Follow-up to [51045], [51103].

Props kapilpaul.
See #53359, #52627.
Built from https://develop.svn.wordpress.org/trunk@51400


git-svn-id: http://core.svn.wordpress.org/trunk@51011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-07-10 18:40:57 +00:00
parent c205a7e583
commit 84f725010b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
* @since Twenty Eleven 3.8
*/
/**
/**
* Register Block Pattern Category.
*/
if ( function_exists( 'register_block_pattern_category' ) ) {

View File

@ -10,7 +10,7 @@
* @since Twenty Fourteen 3.2
*/
/**
/**
* Register Block Pattern Category.
*/
if ( function_exists( 'register_block_pattern_category' ) ) {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51399';
$wp_version = '5.9-alpha-51400';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.