Changeset 2180
- Timestamp:
- 02/01/2005 01:51:05 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import-mt.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-mt.php
r2060 r2180 1 1 <?php 2 define('MTEXPORT', '');// enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line 2 define('MTEXPORT', ''); 3 // enter the relative path of the import.txt file containing the mt entries. If the file is called import.txt and it is /wp-admin, then this line 3 4 //should be define('MTEXPORT', 'import.txt'); 4 5 … … 6 7 require('../wp-config.php'); 7 8 require ('upgrade-functions.php'); 8 $step = $ HTTP_GET_VARS['step'];9 $step = $_GET['step']; 9 10 if (!$step) $step = 0; 10 11 ?> … … 56 57 <p>You have to do this manually for security reasons.</p> 57 58 <p>If you've done that and you’re all ready, <a href="import-mt.php?step=1">let's go</a>! Remember that the import process may take a minute or so if you have a large number of entries and comments. Think of all the rebuilding time you'll be saving once it's done. :)</p> 58 <p>The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn't finish. </p>59 <p>The importer is smart enough not to import duplicates, so you can run this multiple times without worry if—for whatever reason—it doesn't finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces. </p> 59 60 <?php 60 61 break;
Note: See TracChangeset
for help on using the changeset viewer.