Changeset 24245 for trunk/wp-admin/includes/ms.php
- Timestamp:
- 05/11/2013 09:58:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r23664 r24245 81 81 82 82 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 ); 84 84 85 85 foreach ( (array) $drop_tables as $table ) {
Note: See TracChangeset
for help on using the changeset viewer.