Changeset 47904 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 06/03/2020 09:02:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r47496 r47904 93 93 94 94 install_network(); 95 populate_network( 1, WP_TESTS_DOMAIN, WP_TESTS_EMAIL, $title, '/', $subdomain_install ); 95 $error = populate_network( 1, WP_TESTS_DOMAIN, WP_TESTS_EMAIL, $title, '/', $subdomain_install ); 96 97 if ( is_wp_error( $error ) ) { 98 wp_die( $error ); 99 } 100 96 101 $wp_rewrite->set_permalink_structure( '' ); 97 102 }
Note: See TracChangeset
for help on using the changeset viewer.