Changeset 46096 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/12/2019 01:05:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r45932 r46096 631 631 $wp_current_db_version = __get_option( 'db_version' ); 632 632 633 // We are up -to-date. Nothing to do.633 // We are up to date. Nothing to do. 634 634 if ( $wp_db_version == $wp_current_db_version ) { 635 635 return; … … 688 688 $wp_current_db_version = __get_option( 'db_version' ); 689 689 690 // We are up -to-date. Nothing to do.690 // We are up to date. Nothing to do. 691 691 if ( $wp_db_version == $wp_current_db_version ) { 692 692 return;
Note: See TracChangeset
for help on using the changeset viewer.