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.
Built from https://develop.svn.wordpress.org/trunk@59504


git-svn-id: http://core.svn.wordpress.org/trunk@58890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-12-10 23:22:16 +00:00
parent 04a6ab1c8d
commit d1058355a5
2 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@
* @since Twenty Twenty-Two 1.0 * @since Twenty Twenty-Two 1.0
*/ */
if ( ! function_exists( 'twentytwentytwo_support' ) ) : if ( ! function_exists( 'twentytwentytwo_support' ) ) :
/** /**
@ -61,5 +60,5 @@ endif;
add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );
// Add block patterns // Add block patterns.
require get_template_directory() . '/inc/block-patterns.php'; require get_template_directory() . '/inc/block-patterns.php';

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59503'; $wp_version = '6.8-alpha-59504';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.