mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
c205a7e583
commit
84f725010b
@ -10,7 +10,7 @@
|
||||
* @since Twenty Eleven 3.8
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
* Register Block Pattern Category.
|
||||
*/
|
||||
if ( function_exists( 'register_block_pattern_category' ) ) {
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @since Twenty Fourteen 3.2
|
||||
*/
|
||||
|
||||
/**
|
||||
/**
|
||||
* Register Block Pattern Category.
|
||||
*/
|
||||
if ( function_exists( 'register_block_pattern_category' ) ) {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user