Make WordPress Core

Ticket #35464: 35464.2.diff

File 35464.2.diff, 336 bytes (added by meitar, 9 years ago)

Fix docblock of WP_Comment::$comment_author to remark that it contains the commenter's display name, not their user ID.

  • class-wp-comment.php

     
    3333        public $comment_post_ID = 0;
    3434
    3535        /**
    36          * Comment author ID.
     36         * Comment author display name.
    3737         *
    3838         * @since 4.4.0
    3939         * @access public