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.