From 24aed7b0cfd5005974988c3e5337dbf2c2b9a470 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 19 Apr 2006 07:25:52 +0000 Subject: [PATCH] What an oogly importer. git-svn-id: https://develop.svn.wordpress.org/trunk@3719 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/mt.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 0fdb0ce7a4..c5fa5ae258 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -134,6 +134,8 @@ class MT_Import { function mt_authors_form() { ?> +
+

admins entries.'); ?>

italics. For each of these names, you can either pick an author in your WordPress installation from the menu, or enter a name for the author in the textbox.'); ?>

@@ -153,7 +155,7 @@ class MT_Import { echo ''.'
'; echo ''; - echo ''; + echo '
'; flush(); } @@ -174,7 +176,7 @@ class MT_Import { function process_posts() { global $wpdb; $i = -1; - echo "
    "; + echo "
      "; foreach ($this->posts as $post) { if ('' != trim($post)) { ++ $i; @@ -389,7 +391,7 @@ class MT_Import { wp_import_cleanup($this->id); - echo '

      '.sprintf(__('All done. Have fun!'), get_option('home')).'

      '; + echo '

      '.sprintf(__('All done. Have fun!'), get_option('home')).'

    '; } function import() {