From 00f2890de52eaf2018c48214e90953763d1beb9f Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Sun, 17 Jan 2016 14:59:42 +0000 Subject: [PATCH] Comments: Correct description of `comment_author` property in WP_Comment class. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/wp-includes/class-wp-comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment.php b/src/wp-includes/class-wp-comment.php index 32c5442aae..0e9f88a352 100644 --- a/src/wp-includes/class-wp-comment.php +++ b/src/wp-includes/class-wp-comment.php @@ -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