Changeset 44928 for branches/5.1/src/wp-includes/ms-functions.php
- Timestamp:
- 03/18/2019 04:20:53 PM (7 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/ms-functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-includes/ms-functions.php
r44469 r44928 346 346 347 347 $args = array( 348 'domain' => $domain, 349 'path' => $path, 350 'fields' => 'ids', 351 'number' => 1, 348 'domain' => $domain, 349 'path' => $path, 350 'fields' => 'ids', 351 'number' => 1, 352 'update_site_meta_cache' => false, 352 353 ); 353 354 $result = get_sites( $args ); … … 1474 1475 $path = trailingslashit( $path ); 1475 1476 $args = array( 1476 'network_id' => $network_id, 1477 'domain' => $domain, 1478 'path' => $path, 1479 'fields' => 'ids', 1480 'number' => 1, 1477 'network_id' => $network_id, 1478 'domain' => $domain, 1479 'path' => $path, 1480 'fields' => 'ids', 1481 'number' => 1, 1482 'update_site_meta_cache' => false, 1481 1483 ); 1482 1484 $result = get_sites( $args ); … … 2434 2436 $count = get_sites( 2435 2437 array( 2436 'network_id' => $network_id, 2437 'spam' => 0, 2438 'deleted' => 0, 2439 'archived' => 0, 2440 'count' => true, 2438 'network_id' => $network_id, 2439 'spam' => 0, 2440 'deleted' => 0, 2441 'archived' => 0, 2442 'count' => true, 2443 'update_site_meta_cache' => false, 2441 2444 ) 2442 2445 );
Note: See TracChangeset
for help on using the changeset viewer.