Make WordPress Core


Ignore:
Timestamp:
02/23/2010 09:06:50 AM (15 years ago)
Author:
nacin
Message:

Improvements and fixes to wpdb::tables(). See #12083 see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/maint/repair.php

    r13229 r13324  
    3232    $okay = true;
    3333
    34     $tables = $wpdb->tables( 'all', true );
     34    $tables = $wpdb->tables( 'all' );
    3535    // Loop over the WP tables, checking and repairing as needed.
    3636    foreach ( $tables as $table ) {
Note: See TracChangeset for help on using the changeset viewer.