Changeset 12246 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 10/05/2018 05:24:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r12245 r12246 516 516 517 517 if ( is_multisite() ) { 518 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 518 if ( function_exists( 'wp_initialize_site' ) ) { 519 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 520 } 519 521 520 522 $signups['ms-blog'] = array( 'signup_id' => self::factory()->signup->create( array(
Note: See TracChangeset
for help on using the changeset viewer.