Changeset 762 for trunk/wp-admin/import-blogger.php
- Timestamp:
- 01/12/2004 12:12:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-blogger.php
r628 r762 16 16 } 17 17 } 18 18 require_once('../wp-config.php'); 19 require('upgrade_functions.php'); 19 20 switch ($action) { 20 21 21 22 case "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 28 23 ?> 29 24 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> … … 159 154 $result = $wpdb->query("DELETE FROM $tableposts WHERE post_date=\"0000-00-00 00:00:00\""); 160 155 161 156 upgrade_all(); 162 157 ?> 163 158 </ul>
Note: See TracChangeset
for help on using the changeset viewer.