Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (17 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/mt.php

    r4165 r4349  
    2222        $this->header();
    2323?>
     24<div class="narrow">
    2425<p><?php _e('Howdy! We&#8217;re about to begin the process to import all of your Movable Type entries into WordPress. To begin, select a file to upload and click Import.'); ?></p>
    2526<?php wp_import_upload_form( add_query_arg('step', 1) ); ?>
    2627    <p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if&#8212;for whatever reason&#8212;it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p>
     28</div>
    2729<?php
    2830        $this->footer();
Note: See TracChangeset for help on using the changeset viewer.