Make WordPress Core


Ignore:
Timestamp:
04/19/2006 07:25:52 AM (20 years ago)
Author:
matt
Message:

What an oogly importer.

File:
1 edited

Legend:

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

    r3517 r3719  
    135135        function mt_authors_form() {
    136136?>
     137<div class="wrap">
     138<h2><?php _e('Assign Authors'); ?></h2>
    137139<p><?php _e('To make it easier for you to edit and save the imported posts and drafts, you may want to change the name of the author of the posts. For example, you may want to import all the entries as <code>admin</code>s entries.'); ?></p>
    138140<p><?php _e('Below, you can see the names of the authors of the MovableType posts in <i>italics</i>. 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.'); ?></p>
     
    154156                echo '<input type="submit" value="Submit">'.'<br/>';
    155157                echo '</form>';
    156                 echo '</ol>';
     158                echo '</ol></div>';
    157159
    158160                flush();
     
    175177                global $wpdb;
    176178                $i = -1;
    177                 echo "<ol>";
     179                echo "<div class='wrap'><ol>";
    178180                foreach ($this->posts as $post) {
    179181                        if ('' != trim($post)) {
     
    390392                wp_import_cleanup($this->id);
    391393
    392                 echo '<h3>'.sprintf(__('All done. <a href="%s">Have fun!</a>'), get_option('home')).'</h3>';
     394                echo '<h3>'.sprintf(__('All done. <a href="%s">Have fun!</a>'), get_option('home')).'</h3></div>';
    393395        }
    394396
Note: See TracChangeset for help on using the changeset viewer.