Changeset 37875
- Timestamp:
- 06/26/2016 02:32:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r37868 r37875 283 283 $site_ids = array_map( 'intval', $site_ids ); 284 284 285 $this->site_count = count( $this->sites );286 287 285 if ( 'ids' == $this->query_vars['fields'] ) { 288 286 $this->sites = $site_ids;
Note: See TracChangeset
for help on using the changeset viewer.