Make WordPress Core


Ignore:
Timestamp:
05/11/2013 09:58:40 PM (11 years ago)
Author:
nacin
Message:

Pass blog_id to the wpmu_drop_tables filter. props mitchoyoshitaka. see #24320.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ms.php

    r23664 r24245  
    8181
    8282    if ( $drop ) {
    83         $drop_tables = apply_filters( 'wpmu_drop_tables', $wpdb->tables( 'blog' ) );
     83        $drop_tables = apply_filters( 'wpmu_drop_tables', $wpdb->tables( 'blog' ), $blog_id );
    8484
    8585        foreach ( (array) $drop_tables as $table ) {
Note: See TracChangeset for help on using the changeset viewer.