Changeset 47122 for trunk/src/wp-includes/class-wp-network-query.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-network-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network-query.php
r46586 r47122 291 291 $_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) ); 292 292 293 // Convert to WP_Network instances 293 // Convert to WP_Network instances. 294 294 $this->networks = array_map( 'get_network', $_networks ); 295 295
Note: See TracChangeset
for help on using the changeset viewer.