Comments: Correct description of comment_author property in WP_Comment class.

The `comment_author` property is the comment author’s name, not an ID.

Props meitar.

Fixes #35464.


git-svn-id: https://develop.svn.wordpress.org/trunk@36332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-01-17 14:59:42 +00:00
parent f8f12bf78a
commit 00f2890de5

View File

@ -33,7 +33,7 @@ final class WP_Comment {
public $comment_post_ID = 0;
/**
* Comment author ID.
* Comment author name.
*
* @since 4.4.0
* @access public