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:
@@ -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
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user