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' ) ) {