Changeset 53098 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 04/07/2022 05:57:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r52977 r53098 243 243 $_args = wp_array_slice_assoc( $this->query_vars, array_keys( $this->query_var_defaults ) ); 244 244 245 // Ignore the $fields argumentas the queried result will be the same regardless.246 unset( $_args['fields'] );245 // Ignore the $fields, $update_network_cache arguments as the queried result will be the same regardless. 246 unset( $_args['fields'], $_args['update_network_cache'] ); 247 247 248 248 $key = md5( serialize( $_args ) );
Note: See TracChangeset
for help on using the changeset viewer.