From ec70bebfb47053935abc46269977495beda02dc3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Jul 2021 18:39:19 +0000 Subject: [PATCH] Bundled Themes: Correct comment formatting in `inc/block-patterns.php`. Follow-up to [51045], [51103]. Props kapilpaul. See #53359, #52627. git-svn-id: https://develop.svn.wordpress.org/trunk@51400 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyeleven/inc/block-patterns.php | 2 +- src/wp-content/themes/twentyfourteen/inc/block-patterns.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyeleven/inc/block-patterns.php b/src/wp-content/themes/twentyeleven/inc/block-patterns.php index cc52289bbe..542224b3ee 100644 --- a/src/wp-content/themes/twentyeleven/inc/block-patterns.php +++ b/src/wp-content/themes/twentyeleven/inc/block-patterns.php @@ -10,7 +10,7 @@ * @since Twenty Eleven 3.8 */ - /** +/** * Register Block Pattern Category. */ if ( function_exists( 'register_block_pattern_category' ) ) { diff --git a/src/wp-content/themes/twentyfourteen/inc/block-patterns.php b/src/wp-content/themes/twentyfourteen/inc/block-patterns.php index db0526f6dc..914955a6cf 100644 --- a/src/wp-content/themes/twentyfourteen/inc/block-patterns.php +++ b/src/wp-content/themes/twentyfourteen/inc/block-patterns.php @@ -10,7 +10,7 @@ * @since Twenty Fourteen 3.2 */ - /** +/** * Register Block Pattern Category. */ if ( function_exists( 'register_block_pattern_category' ) ) {