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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-04-04 04:35:20 +00:00
parent ee33326f32
commit e9f0de0951
1 changed files with 0 additions and 2 deletions

View File

@ -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.