Ticket #42997: 42997.1.diff
File 42997.1.diff, 712 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 arguments for the comment query in the comments list table. 139 * 140 * @since trunk 141 * 142 * @param array $args An array of get_comments() arguments. 143 */ 144 $args = apply_filters( 'comments_list_table_query_args', $args ); 145 137 146 $_comments = get_comments( $args ); 138 147 if ( is_array( $_comments ) ) { 139 148 update_comment_cache( $_comments );