diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 19585f37a2..f57d68be1a 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -115,8 +115,6 @@ function comment_author_email( $comment_ID = 0 ) { * enable anyone, including those that people don't want to get the email * address and use it for their own means good and bad. * - * @global object $comment The current Comment row object - * @since 0.71 * * @param string $linktext Optional. Text to display instead of the comment author's email address.