mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user