Changeset 9903 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 11/26/2008 01:51:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r9372 r9903 35 35 function header() { 36 36 echo '<div class="wrap">'; 37 screen_icon(); 37 38 echo '<h2>'.__('Import WordPress').'</h2>'; 38 39 } … … 198 199 function wp_authors_form() { 199 200 ?> 201 <?php screen_icon(); ?> 200 202 <h2><?php _e('Assign Authors'); ?></h2> 201 203 <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> … … 221 223 ?> 222 224 </ol> 225 <?php screen_icon(); ?> 223 226 <h2><?php _e('Import Attachments'); ?></h2> 224 227 <p>
Note: See TracChangeset
for help on using the changeset viewer.