Changeset 3719 for trunk/wp-admin/import/mt.php
- Timestamp:
- 04/19/2006 07:25:52 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/mt.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r3517 r3719 135 135 function mt_authors_form() { 136 136 ?> 137 <div class="wrap"> 138 <h2><?php _e('Assign Authors'); ?></h2> 137 139 <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> 138 140 <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> … … 154 156 echo '<input type="submit" value="Submit">'.'<br/>'; 155 157 echo '</form>'; 156 echo '</ol> ';158 echo '</ol></div>'; 157 159 158 160 flush(); … … 175 177 global $wpdb; 176 178 $i = -1; 177 echo "< ol>";179 echo "<div class='wrap'><ol>"; 178 180 foreach ($this->posts as $post) { 179 181 if ('' != trim($post)) { … … 390 392 wp_import_cleanup($this->id); 391 393 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>'; 393 395 } 394 396
Note: See TracChangeset
for help on using the changeset viewer.