Skip to content

Commit e7e55bc

Browse files
Bundled Themes: Revert some documentation changes to use third-person singular verbs.
These are inline comments, not function descriptions. Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#documenting-tips PHP Documentation Standards: Documenting Tips]. Follow-up to [60505], [60506]. See #63692. git-svn-id: https://develop.svn.wordpress.org/trunk@60507 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5c7fa0b commit e7e55bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/wp-content/themes/twentyeleven/inc/block-patterns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/**
14-
* Registers Block Pattern Category.
14+
* Register Block Pattern Category.
1515
*/
1616
if ( function_exists( 'register_block_pattern_category' ) ) {
1717

@@ -22,7 +22,7 @@
2222
}
2323

2424
/**
25-
* Registers Block Patterns.
25+
* Register Block Patterns.
2626
*/
2727
if ( function_exists( 'register_block_pattern' ) ) {
2828

src/wp-content/themes/twentyten/block-patterns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/**
14-
* Registers Block Pattern Category.
14+
* Register Block Pattern Category.
1515
*/
1616
if ( function_exists( 'register_block_pattern_category' ) ) {
1717

@@ -22,7 +22,7 @@
2222
}
2323

2424
/**
25-
* Registers Block Patterns.
25+
* Register Block Patterns.
2626
*/
2727
if ( function_exists( 'register_block_pattern' ) ) {
2828

0 commit comments

Comments
 (0)