Make WordPress Core


Ignore:
Timestamp:
12/25/2019 06:15:13 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Tests: Replace most instances of wpmu_delete_blog() not specifically testing that function with wp_delete_site().

Follow-up to [47011].

See #47195.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/multisite/getIdFromBlogname.php

    r46586 r47012  
    7373
    7474                        foreach ( self::$site_ids as $id ) {
    75                                 wpmu_delete_blog( $id, true );
     75                                wp_delete_site( $id );
    7676                        }
    7777
Note: See TracChangeset for help on using the changeset viewer.