Changeset 1437
- Timestamp:
- 08/25/08 15:03:50 (3 months ago)
- Files:
-
- trunk/wp-admin/includes/mu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/mu.php
r1432 r1437 42 42 43 43 if ( $drop ) { 44 $drop_tables = $wpdb->get_results("show tables LIKE '". $wpdb->base_prefix . $blog_id . " _%'", ARRAY_A);44 $drop_tables = $wpdb->get_results("show tables LIKE '". $wpdb->base_prefix . $blog_id . "\_%'", ARRAY_A); 45 45 $drop_tables = apply_filters( 'wpmu_drop_tables', $drop_tables ); 46 46
