Changeset 9903 for trunk/wp-admin/import/mt.php
- Timestamp:
- 11/26/2008 01:51:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r9716 r9903 25 25 function header() { 26 26 echo '<div class="wrap">'; 27 screen_icon(); 27 28 echo '<h2>'.__('Import Movable Type or TypePad').'</h2>'; 28 29 } … … 192 193 ?> 193 194 <div class="wrap"> 195 <?php screen_icon(); ?> 194 196 <h2><?php _e('Assign Authors'); ?></h2> 195 197 <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 admin\'s entries.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.