Docs: Docs: Use third-person singular verbs for function descriptions in wp-includes/blocks.php and wp-includes/script-loader.php, per the documentation standards.

See #54729.

Built from https://develop.svn.wordpress.org/trunk@53235


git-svn-id: http://core.svn.wordpress.org/trunk@52824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2022-04-20 14:09:11 +00:00
parent 4d3dbe477a
commit 6ef5625ac2
3 changed files with 13 additions and 13 deletions

View File

@@ -407,7 +407,7 @@ function unregister_block_type( $name ) {
}
/**
* Determine whether a post or content string has blocks.
* Determines whether a post or content string has blocks.
*
* This test optimizes for performance rather than strict accuracy, detecting
* the pattern of a block but not validating its structure. For strict accuracy,
@@ -433,7 +433,7 @@ function has_blocks( $post = null ) {
}
/**
* Determine whether a $post or a string contains a specific block type.
* Determines whether a $post or a string contains a specific block type.
*
* This test optimizes for performance rather than strict accuracy, detecting
* whether the block type exists but not validating its structure and not checking
@@ -1229,7 +1229,7 @@ function get_query_pagination_arrow( $block, $is_next ) {
}
/**
* Allow multiple block styles.
* Allows multiple block styles.
*
* @since 5.9.0
*