- Timestamp:
- 03/31/2020 02:45:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r12246 r12606 9 9 if ( ! is_multisite() ) { 10 10 $this->markTestSkipped(); 11 }12 13 if ( function_exists( 'wp_initialize_site' ) ) {14 $this->setExpectedDeprecated( 'wpmu_new_blog' );15 11 } 16 12 … … 42 38 } 43 39 44 if ( function_exists( 'wp_initialize_site' ) ) {45 $this->setExpectedDeprecated( 'wpmu_new_blog' );46 }47 48 40 $old_user = get_current_user_id(); 49 41 … … 71 63 if ( ! is_multisite() ) { 72 64 $this->markTestSkipped(); 73 }74 75 if ( function_exists( 'wp_initialize_site' ) ) {76 $this->setExpectedDeprecated( 'wpmu_new_blog' );77 65 } 78 66 … … 106 94 } 107 95 108 if ( function_exists( 'wp_initialize_site' ) ) {109 $this->setExpectedDeprecated( 'wpmu_new_blog' );110 }111 112 96 $old_user = get_current_user_id(); 113 97 … … 136 120 if ( ! is_multisite() ) { 137 121 $this->markTestSkipped(); 138 }139 140 if ( function_exists( 'wp_initialize_site' ) ) {141 $this->setExpectedDeprecated( 'wpmu_new_blog' );142 122 } 143 123
Note: See TracChangeset
for help on using the changeset viewer.