Changeset 12606 for trunk/tests/phpunit/testcases/routing/url.php
- Timestamp:
- 03/31/2020 02:45:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/url.php
r12246 r12606 42 42 // (3) Multisite, root blog other than 1 43 43 if ( is_multisite() ) { 44 if ( function_exists( 'wp_initialize_site' ) ) {45 $this->setExpectedDeprecated( 'wpmu_new_blog' );46 }47 48 44 $original_root_blog = bp_get_root_blog_id(); 49 45 $blog_id = self::factory()->blog->create( array(
Note: See TracChangeset
for help on using the changeset viewer.