From 2e3009c3741b1e57d6575cd728bca2bce833e4ae Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 1 Feb 2005 01:51:05 +0000 Subject: [PATCH] Old variable would mysteriously crash some configs. git-svn-id: https://develop.svn.wordpress.org/trunk@2180 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import-mt.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/import-mt.php b/wp-admin/import-mt.php index e72867d4e2..06aea7cfaf 100644 --- a/wp-admin/import-mt.php +++ b/wp-admin/import-mt.php @@ -1,11 +1,12 @@ @@ -55,7 +56,7 @@ switch($step) {

define('MTEXPORT', 'import.txt');

You have to do this manually for security reasons.

If you've done that and you’re all ready, let's go! 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. :)

-

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.

+

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 out of memory error try splitting up the import file into pieces.