From e05901f85c14d958c5351de342bfc7884cede2f7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 5 Aug 2025 09:08:39 +0000 Subject: [PATCH] Twenty Twenty-Two: Use third-person singular verbs for function descriptions. Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#documenting-tips PHP Documentation Standards: Documenting Tips]. Props vladimiraus, mukesh27, SergeyBiryukov. See #63692. Built from https://develop.svn.wordpress.org/trunk@60538 git-svn-id: http://core.svn.wordpress.org/trunk@59874 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentytwo/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwentytwo/functions.php b/wp-content/themes/twentytwentytwo/functions.php index 8f93dcfc5f..30e6674b46 100644 --- a/wp-content/themes/twentytwentytwo/functions.php +++ b/wp-content/themes/twentytwentytwo/functions.php @@ -34,7 +34,7 @@ add_action( 'after_setup_theme', 'twentytwentytwo_support' ); if ( ! function_exists( 'twentytwentytwo_styles' ) ) : /** - * Enqueue styles. + * Enqueues styles. * * @since Twenty Twenty-Two 1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2d212ad4bc..287d5cda17 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60537'; +$wp_version = '6.9-alpha-60538'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.