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.


git-svn-id: https://develop.svn.wordpress.org/trunk@53235 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-04-20 14:07:53 +00:00
parent 84f3b34e2d
commit c63de7818e
2 changed files with 12 additions and 12 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
*