Make WordPress Core


Ignore:
Timestamp:
01/12/2004 12:12:45 PM (21 years ago)
Author:
saxmatt
Message:

Upgrade and import fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-blogger.php

    r628 r762  
    1616    }
    1717}
    18 
     18    require_once('../wp-config.php');
     19    require('upgrade_functions.php');
    1920switch ($action) {
    2021
    2122case "step1":
    22 
    23     require_once('../wp-config.php');
    24     require_once(ABSPATH.WPINC.'/template-functions.php');
    25     require_once(ABSPATH.WPINC.'/functions.php');
    26     require_once(ABSPATH.WPINC.'/vars.php');
    27 
    2823?>
    2924<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
    159154    $result = $wpdb->query("DELETE FROM $tableposts WHERE post_date=\"0000-00-00 00:00:00\"");
    160155
    161 
     156    upgrade_all();
    162157    ?>
    163158</ul>
Note: See TracChangeset for help on using the changeset viewer.