Skip to content

Commit 32880ec

Browse files
Twenty Twenty-Two: Fix PHPCS issues in functions.php.
* Inline comments must end in full stops, exclamation marks, or question marks. * There must be exactly one blank line after the file comment. Follow-up to [52081]. Props pitamdey, mukesh27. Fixes #62648. git-svn-id: https://develop.svn.wordpress.org/trunk@59504 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2b49715 commit 32880ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wp-content/themes/twentytwentytwo/functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @since Twenty Twenty-Two 1.0
1010
*/
1111

12-
1312
if ( ! function_exists( 'twentytwentytwo_support' ) ) :
1413

1514
/**
@@ -61,5 +60,5 @@ function twentytwentytwo_styles() {
6160

6261
add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );
6362

64-
// Add block patterns
63+
// Add block patterns.
6564
require get_template_directory() . '/inc/block-patterns.php';

0 commit comments

Comments
 (0)