Changeset 42420
- Timestamp:
- 12/29/2017 06:20:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r42343 r42420 134 134 'post_type' => $post_type, 135 135 ); 136 137 /** 138 * Filters the arguments for the comment query in the comments list table. 139 * 140 * @since 5.0.0 141 * 142 * @param array $args An array of get_comments() arguments. 143 */ 144 $args = apply_filters( 'comments_list_table_query_args', $args ); 136 145 137 146 $_comments = get_comments( $args );
Note: See TracChangeset
for help on using the changeset viewer.