Changeset 12422 for trunk/tests/phpunit/testcases/blogs/functions.php
- Timestamp:
- 08/05/2019 05:20:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/functions.php
r12246 r12422 290 290 if ( function_exists( 'wp_initialize_site' ) ) { 291 291 $this->setExpectedDeprecated( 'wpmu_new_blog' ); 292 } 293 294 if ( function_exists( 'wp_get_registered_image_subsizes' ) ) { 295 $this->setExpectedDeprecated( 'update_user_status' ); 292 296 } 293 297
Note: See TracChangeset
for help on using the changeset viewer.