Ticket #46928: #46928.diff
File #46928.diff, 1.5 KB (added by , 6 years ago) |
---|
-
wp-admin/includes/class-wp-comments-list-table.php
534 534 535 535 /** 536 536 * @global WP_Post $post 537 * @global WP_Comment $comment 537 * @global WP_Comment $comment The comment object. 538 538 * 539 539 * @param WP_Comment $item 540 540 */ -
wp-admin/includes/dashboard.php
606 606 * @access private 607 607 * @since 2.7.0 608 608 * 609 * @global WP_Comment $comment 609 * @global WP_Comment $comment The comment object 610 610 * 611 611 * @param WP_Comment $comment The current comment. 612 612 * @param bool $show_date Optional. Whether to display the date. -
wp-includes/class-walker-comment.php
161 161 * @see Walker::start_el() 162 162 * @see wp_list_comments() 163 163 * @global int $comment_depth 164 * @global WP_Comment $comment 164 * @global WP_Comment $comment The comment object 165 165 * 166 166 * @param string $output Used to append additional content. Passed by reference. 167 167 * @param WP_Comment $comment Comment data object.