]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-comment.php
WordPress 4.7.2
[autoinstalls/wordpress.git] / wp-includes / class-wp-comment.php
index 6319ad476476942c15863afdb504e4d829e8aa02..0e9f88a352af3e8be7ec80373ed70b9e8b750f79 100644 (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
@@ -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;