Skip to content

Commit

Permalink
Twenty Twenty-Two: Fix PHPCS issues in functions.php.
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SergeyBiryukov committed Dec 10, 2024
1 parent 2b49715 commit 32880ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wp-content/themes/twentytwentytwo/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* @since Twenty Twenty-Two 1.0
*/


if ( ! function_exists( 'twentytwentytwo_support' ) ) :

/**
Expand Down Expand Up @@ -61,5 +60,5 @@ function twentytwentytwo_styles() {

add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );

// Add block patterns
// Add block patterns.
require get_template_directory() . '/inc/block-patterns.php';

0 comments on commit 32880ec

Please sign in to comment.