Changeset 40773
- Timestamp:
- 05/17/2017 10:02:02 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r40607 r40773 566 566 upgrade_460(); 567 567 568 if ( $wp_current_db_version < 40 500 ) { //todo update to commit for #40702568 if ( $wp_current_db_version < 40607 ) { 569 569 upgrade_480(); 570 570 } … … 1748 1748 global $wp_current_db_version; 1749 1749 1750 if ( $wp_current_db_version < 40 500 ) { // todo update to commit for #407021750 if ( $wp_current_db_version < 40607 ) { 1751 1751 // This feature plugin was merged for #40702, so the plugin itself is no longer needed 1752 1752 deactivate_plugins( array( 'nearby-wp-events/nearby-wordpress-events.php' ), true ); -
trunk/src/wp-includes/version.php
r40663 r40773 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 38590;14 $wp_db_version = 40607; 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.