Skip to content

Commit f152321

Browse files
Twenty Twenty-Four: 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@60610 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7cf0bb5 commit f152321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if ( ! function_exists( 'twentytwentyfour_block_styles' ) ) :
1616
/**
17-
* Register custom block styles
17+
* Registers custom block styles.
1818
*
1919
* @since Twenty Twenty-Four 1.0
2020
* @return void
@@ -152,7 +152,7 @@ function twentytwentyfour_block_styles() {
152152

153153
if ( ! function_exists( 'twentytwentyfour_block_stylesheets' ) ) :
154154
/**
155-
* Enqueue custom block stylesheets
155+
* Enqueues custom block stylesheets.
156156
*
157157
* @since Twenty Twenty-Four 1.0
158158
* @return void
@@ -186,7 +186,7 @@ function twentytwentyfour_block_stylesheets() {
186186

187187
if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) :
188188
/**
189-
* Register pattern categories
189+
* Registers pattern categories.
190190
*
191191
* @since Twenty Twenty-Four 1.0
192192
* @return void

0 commit comments

Comments
 (0)