Make WordPress Core


Ignore:
Timestamp:
11/17/2005 05:32:55 AM (20 years ago)
Author:
ryan
Message:

Flush the cache for upgrades. Flesh out get_option().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade.php

    r3043 r3129  
    7575   
    7676    case 1:
     77    wp_cache_flush();
    7778    make_db_current_silent();
    7879    upgrade_all();
     80    wp_cache_flush();
    7981?>
    8082<h2><?php _e('Step 1'); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.