Ticket #35464: 35464.3.diff
File 35464.3.diff, 667 bytes (added by , 9 years ago) |
---|
-
class-wp-comment.php
33 33 public $comment_post_ID = 0; 34 34 35 35 /** 36 * Comment author ID.36 * Comment author name. 37 37 * 38 * If the commenter is not logged in, this contains the name 39 * written in the comment form. If the commenter is logged in, it 40 * contains the commenter's display name. 41 * 42 * To determine whether the comment author was logged in or not, 43 * test the {@see 'user_id'} member variable for a non-zero value. 44 * 38 45 * @since 4.4.0 39 46 * @access public 40 47 * @var string