Changeset 12246 for trunk/tests/phpunit/testcases/routing/url.php
- Timestamp:
- 10/05/2018 05:24:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/url.php
r12245 r12246 42 42 // (3) Multisite, root blog other than 1 43 43 if ( is_multisite() ) { 44 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 44 if ( function_exists( 'wp_initialize_site' ) ) { 45 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 46 } 45 47 46 48 $original_root_blog = bp_get_root_blog_id();
Note: See TracChangeset
for help on using the changeset viewer.