Changeset 14096
- Timestamp:
- 04/15/2010 09:49:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r13523 r14096 33 33 34 34 $tables = $wpdb->tables(); 35 // Sitecategories may not exist if global terms are disabled. 36 if ( is_multisite() && ! $wpdb->get_var( "SHOW TABLES LIKE '$wpdb->sitecategories'" ) ) 37 unset( $tables['sitecategories'] ); 35 38 $tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) ); // Return tables with table prefixes. 36 39 // Loop over the tables, checking and repairing as needed.
Note: See TracChangeset
for help on using the changeset viewer.