Changeset 30982 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 12/20/2014 10:46:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r30742 r30982 1787 1787 if ($tableindices) { 1788 1788 // Clear the index array. 1789 unset($index_ary);1789 $index_ary = array(); 1790 1790 1791 1791 // For every index in the table.
Note: See TracChangeset
for help on using the changeset viewer.