Changeset 54081
- Timestamp:
- 09/06/2022 01:57:23 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 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 -
trunk/src/wp-includes/class-wp-site-query.php
r53503 r54081 351 351 $_args = wp_array_slice_assoc( $this->query_vars, array_keys( $this->query_var_defaults ) ); 352 352 353 // Ignore the $fields, $update_site_cache, $update_site_meta_cache argumentas the queried result will be the same regardless.353 // Ignore these arguments, as the queried result will be the same regardless. 354 354 unset( $_args['fields'], $_args['update_site_cache'], $_args['update_site_meta_cache'] ); 355 355
Note: See TracChangeset
for help on using the changeset viewer.