Changeset 37899
- Timestamp:
- 06/28/2016 10:25:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r37739 r37899 158 158 $args['no_found_rows'] = false; 159 159 } 160 161 /** 162 * Filters the arguments for the site query in the sites list table. 163 * 164 * @since 4.6.0 165 * 166 * @param array $args An array of get_sites() arguments. 167 */ 168 $args = apply_filters( 'ms_sites_list_table_query_args', $args ); 160 169 161 170 $_sites = get_sites( $args );
Note: See TracChangeset
for help on using the changeset viewer.