Make WordPress Core

Changeset 15211


Ignore:
Timestamp:
06/11/2010 03:03:17 AM (15 years ago)
Author:
nacin
Message:

dbDelta needs all the comments it can get. Restore the one removed in [15210].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r15210 r15211  
    14021402            // If a table query exists for the database table...
    14031403            if ( array_key_exists(strtolower($table), $cqueries) ) {
     1404                // Clear the field and index arrays
    14041405                $cfields = $indices = array();
    14051406                // Get all of the field names in the query from between the parens
Note: See TracChangeset for help on using the changeset viewer.