Changeset 32853
- Timestamp:
- 06/19/2015 03:19:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-admin/includes/upgrade.php
r32457 r32853 2458 2458 } 2459 2459 2460 if ( $wp_current_db_version < 30133 ) {2461 // dbDelta() can recreate but can't drop the index.2462 $wpdb->query( "ALTER TABLE $wpdb->terms DROP INDEX slug" );2463 }2464 2465 2460 // Upgrade versions prior to 4.2. 2466 2461 if ( $wp_current_db_version < 31351 ) {
Note: See TracChangeset
for help on using the changeset viewer.