Changeset 41215 for trunk/src/wp-includes/class-wp-site-query.php
- Timestamp:
- 08/03/2017 02:33:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site-query.php
r41162 r41215 303 303 * @since 4.6.0 304 304 * 305 * @param array $ results An array of sites.306 * @param WP_Site_Query &$this 305 * @param array $_sites An array of WP_Site objects. 306 * @param WP_Site_Query &$this Current instance of WP_Site_Query, passed by reference. 307 307 */ 308 308 $_sites = apply_filters_ref_array( 'the_sites', array( $_sites, &$this ) );
Note: See TracChangeset
for help on using the changeset viewer.