Changeset 54637 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 10/18/2022 06:14:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r54133 r54637 352 352 $_args = wp_array_slice_assoc( $this->query_vars, array_keys( $this->query_var_defaults ) ); 353 353 354 // Ignore the se arguments,as the queried result will be the same regardless.354 // Ignore the $fields, $update_site_cache, $update_site_meta_cache argument as the queried result will be the same regardless. 355 355 unset( $_args['fields'], $_args['update_site_cache'], $_args['update_site_meta_cache'] ); 356 356
Note: See TracChangeset
for help on using the changeset viewer.