Docs: Make a minor adjustment to the description syntax for the optional $comment argument in the DocBlock for comment_link(), introduced in [34071].

See #33638. See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@34230 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-16 11:01:50 +00:00
parent 3b3a034c11
commit fea6142412

View File

@ -293,7 +293,7 @@ function get_comment_guid($comment_id = null) {
* @since 1.5.0
* @since 4.4.0 Introduced the `$comment` argument.
*
* @param int|WP_Comment $comment Optional comment object or id. Defaults to global comment object.
* @param int|WP_Comment $comment Optional. Comment object or id. Defaults to global comment object.
*/
function comment_link( $comment = null ) {
/**