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() {