X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/03f2fa83c13c1b532284205fa7efcab9b8b2c41f..refs/tags/wordpress-4.5:/wp-includes/class-wp-comment.php?ds=sidebyside diff --git a/wp-includes/class-wp-comment.php b/wp-includes/class-wp-comment.php index 6319ad47..0e9f88a3 100644 --- a/wp-includes/class-wp-comment.php +++ b/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 @@ -350,6 +350,8 @@ final class WP_Comment { * unneeded database queries. * * @since 4.4.0 + * + * @param bool $set Whether the comment's children have already been populated. */ public function populated_children( $set ) { $this->populated_children = (bool) $set;