Changeset 44928 for branches/5.1/src/wp-includes/ms-blogs.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-blogs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-includes/ms-blogs.php
r44472 r44928 98 98 $site_ids = get_sites( 99 99 array( 100 'number' => 1, 101 'fields' => 'ids', 102 'domain' => $domain, 103 'path' => $path, 100 'number' => 1, 101 'fields' => 'ids', 102 'domain' => $domain, 103 'path' => $path, 104 'update_site_meta_cache' => false, 104 105 ) 105 106 );
Note: See TracChangeset
for help on using the changeset viewer.