Changeset 32852
- Timestamp:
- 06/19/2015 03:17:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r32819 r32852 2621 2621 } 2622 2622 2623 if ( $wp_current_db_version < 30133 ) {2624 // dbDelta() can recreate but can't drop the index.2625 $wpdb->query( "ALTER TABLE $wpdb->terms DROP INDEX slug" );2626 }2627 2628 2623 // Upgrade versions prior to 4.2. 2629 2624 if ( $wp_current_db_version < 31351 ) {
Note: See TracChangeset
for help on using the changeset viewer.