Skip to content

Commit 76cfc04

Browse files
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60538 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c113ae0 commit 76cfc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentytwentytwo/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function twentytwentytwo_support() {
3434
if ( ! function_exists( 'twentytwentytwo_styles' ) ) :
3535

3636
/**
37-
* Enqueue styles.
37+
* Enqueues styles.
3838
*
3939
* @since Twenty Twenty-Two 1.0
4040
*

0 commit comments

Comments
 (0)