Docs: Use third-person singular verbs for function descriptions in Core Comment API and Comment template functions.

See #54729.


git-svn-id: https://develop.svn.wordpress.org/trunk@53265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-04-26 06:18:30 +00:00
parent 79c8fbe3dc
commit f338d4dd56
2 changed files with 34 additions and 34 deletions

View File

@@ -256,7 +256,7 @@ function comment_author_link( $comment_ID = 0 ) {
}
/**
* Retrieve the IP address of the author of the current comment.
* Retrieves the IP address of the author of the current comment.
*
* @since 1.5.0
* @since 4.4.0 Added the ability for `$comment_ID` to also accept a WP_Comment object.