Changeset 3797 for branches/2.0/wp-admin/upgrade.php
- Timestamp:
- 05/26/2006 09:09:06 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/upgrade.php
r3738 r3797 77 77 case 1: 78 78 $wp_current_db_version = __get_option('db_version'); 79 if ( $wp_db_version <$wp_current_db_version ) {79 if ( $wp_db_version != $wp_current_db_version ) { 80 80 wp_cache_flush(); 81 81 make_db_current_silent();
Note: See TracChangeset
for help on using the changeset viewer.