Make WordPress Core

Ticket #35464: 35464.diff

File 35464.diff, 329 bytes (added by meitar, 9 years ago)

Fix documentation error in WP_Comment class.

  • class-wp-comment.php

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