Changeset 53097 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 04/07/2022 05:44:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r52977 r53097 346 346 $_args = wp_array_slice_assoc( $this->query_vars, array_keys( $this->query_var_defaults ) ); 347 347 348 // Ignore the $fields argument as the queried result will be the same regardless.349 unset( $_args['fields'] );348 // Ignore the $fields, $update_site_cache, $update_site_meta_cache argument as the queried result will be the same regardless. 349 unset( $_args['fields'], $_args['update_site_cache'], $_args['update_site_meta_cache'] ); 350 350 351 351 $key = md5( serialize( $_args ) );
Note: See TracChangeset
for help on using the changeset viewer.