Changeset 12606 for trunk/tests/phpunit/testcases/core/functions.php
- Timestamp:
- 03/31/2020 02:45:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions.php
r12569 r12606 701 701 702 702 if ( is_multisite() ) { 703 if ( function_exists( 'wp_initialize_site' ) ) {704 $this->setExpectedDeprecated( 'wpmu_new_blog' );705 }706 707 703 $b = self::factory()->blog->create(); 708 704 switch_to_blog( $b ); … … 850 846 } 851 847 852 if ( function_exists( 'wp_initialize_site' ) ) {853 $this->setExpectedDeprecated( 'wpmu_new_blog' );854 }855 856 848 $bp = buddypress(); 857 849 $reset_bp_pages = $bp->pages;
Note: See TracChangeset
for help on using the changeset viewer.