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
This commit is contained in:
Sergey Biryukov
2025-08-05 09:08:39 +00:00
parent ff0f834484
commit e05901f85c
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*

View File

@@ -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.