Changeset 46831
- Timestamp:
- 12/09/2019 11:29:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-network.php
r46586 r46831 34 34 35 35 populate_network( $args['network_id'], $args['domain'], $email, $args['title'], $args['path'], $args['subdomain_install'] ); 36 return $args['network_id'];36 return (int) $args['network_id']; 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.