Make WordPress Core


Ignore:
Timestamp:
03/31/2006 08:07:39 AM (19 years ago)
Author:
ryan
Message:

Pluggable install functions. fixes #2616

File:
1 edited

Legend:

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

    r3517 r3670  
    7676
    7777    case 1:
    78     wp_cache_flush();
    79     make_db_current_silent();
    80     upgrade_all();
    81     wp_cache_flush();
     78    wp_upgrade();
    8279
    8380    if ( empty( $_GET['backto'] ) )
Note: See TracChangeset for help on using the changeset viewer.