Changeset 12606 for trunk/tests/phpunit/testcases/members/functions.php
- Timestamp:
- 03/31/2020 02:45:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/members/functions.php
r12605 r12606 578 578 579 579 if ( is_multisite() ) { 580 if ( function_exists( 'wp_initialize_site' ) ) {581 $this->setExpectedDeprecated( 'wpmu_new_blog' );582 }583 584 580 $signups['ms-blog'] = array( 'signup_id' => self::factory()->signup->create( array( 585 581 'user_login' => 'msblog',
Note: See TracChangeset
for help on using the changeset viewer.