Ticket #42997: 42997.diff
File 42997.diff, 701 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/includes/class-wp-comments-list-table.php
134 134 'post_type' => $post_type, 135 135 ); 136 136 137 /** 138 * Filters the comments listed in the comments list table. 139 * 140 * @since trunk 141 * 142 * @param array $args The arguments to the following get_comments calls. 143 */ 144 $args = apply_filters( 'comment_list_table_args', $args ); 145 137 146 $_comments = get_comments( $args ); 138 147 if ( is_array( $_comments ) ) { 139 148 update_comment_cache( $_comments );