Changeset 55747 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 05/11/2023 11:13:10 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r55526 r55747 389 389 $site_ids = array_map( 'intval', $site_ids ); 390 390 391 if ( $this->query_vars['update_site_meta_cache'] ) { 392 wp_lazyload_site_meta( $site_ids ); 393 } 394 391 395 if ( 'ids' === $this->query_vars['fields'] ) { 392 396 $this->sites = $site_ids; … … 397 401 // Prime site network caches. 398 402 if ( $this->query_vars['update_site_cache'] ) { 399 _prime_site_caches( $site_ids, $this->query_vars['update_site_meta_cache']);403 _prime_site_caches( $site_ids, false ); 400 404 } 401 405
Note: See TracChangeset
for help on using the changeset viewer.