Changeset 54081 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 09/06/2022 01:57:23 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r54080 r54081 246 246 $_args = wp_array_slice_assoc( $this->query_vars, array_keys( $this->query_var_defaults ) ); 247 247 248 // Ignore the $fields, $update_network_cache, and $update_network_meta_cache argumentsas the queried result will be the same regardless.248 // Ignore these arguments, as the queried result will be the same regardless. 249 249 unset( $_args['fields'], $_args['update_network_cache'], $_args['update_network_meta_cache'] ); 250 250
Note: See TracChangeset
for help on using the changeset viewer.