Changeset 13324 for trunk/wp-admin/maint/repair.php
- Timestamp:
- 02/23/2010 09:06:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/maint/repair.php
r13229 r13324 32 32 $okay = true; 33 33 34 $tables = $wpdb->tables( 'all' , true);34 $tables = $wpdb->tables( 'all' ); 35 35 // Loop over the WP tables, checking and repairing as needed. 36 36 foreach ( $tables as $table ) {
Note: See TracChangeset
for help on using the changeset viewer.