From a90237eb16e47567f95d91eab9daa6842c91f1f7 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Tue, 1 Feb 2005 01:51:05 +0000 Subject: [PATCH] Old variable would mysteriously crash some configs. git-svn-id: http://svn.automattic.com/wordpress/trunk@2180 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 e72867d4e..06aea7cfa 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.