Ticket #46928: #46928-2.diff
| File #46928-2.diff, 3.4 KB (added by , 7 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. -
wp-includes/class-wp-query.php
3342 3342 * Sets up the current comment. 3343 3343 * 3344 3344 * @since 2.2.0 3345 * @global WP_Comment $comment Current comment.3345 * @global WP_Comment $comment The comment object. 3346 3346 */ 3347 3347 public function the_comment() { 3348 3348 global $comment; -
wp-includes/comment-template.php
1309 1309 * @global WP_Post $post 1310 1310 * @global wpdb $wpdb 1311 1311 * @global int $id 1312 * @global WP_Comment $comment 1312 * @global WP_Comment $comment The comment object. 1313 1313 * @global string $user_login 1314 1314 * @global int $user_ID 1315 1315 * @global string $user_identity -
wp-includes/comment.php
183 183 * 184 184 * @since 2.0.0 185 185 * 186 * @global WP_Comment $comment 186 * @global WP_Comment $comment The comment object. 187 187 * 188 188 * @param WP_Comment|string|int $comment Comment to retrieve. 189 189 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to -
wp-includes/template.php
692 692 * @global string $wp_version 693 693 * @global WP $wp 694 694 * @global int $id 695 * @global WP_Comment $comment 695 * @global WP_Comment $comment The comment object 696 696 * @global int $user_ID 697 697 * 698 698 * @param string $_template_file Path to template file.