From fea61424125716c7f67b75fa384ccc3168770ad8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Sep 2015 11:01:50 +0000 Subject: [PATCH] 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 --- src/wp-includes/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/feed.php b/src/wp-includes/feed.php index eef23318b4..59f6fa2f29 100644 --- a/src/wp-includes/feed.php +++ b/src/wp-includes/feed.php @@ -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 ) { /**