From e9f0de09513cf5c0a2083f363f2c3aed8857c80d Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Fri, 4 Apr 2014 04:35:20 +0000 Subject: [PATCH] Remove a blank line and @global reference in the PHPDoc for `comment_author_email_link()`. Props norcross, ocean90. Fixes #27655. git-svn-id: https://develop.svn.wordpress.org/trunk@27943 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 -- 1 file changed, 2 deletions(-) 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.