- Timestamp:
- 11/01/2016 04:51:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-network.php
r36347 r39071 30 30 31 31 function get_object_by_id( $network_id ) { 32 return wp_get_network( $network_id );32 return get_network( $network_id ); 33 33 } 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.