Changeset 12178
- Timestamp:
- 11/12/2009 09:40:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r12109 r12178 205 205 function wp_authors_form() { 206 206 ?> 207 <?php screen_icon(); ?>208 207 <h2><?php _e('Assign Authors'); ?></h2> 209 208 <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> … … 217 216 echo '<form action="?import=wordpress&step=2&id=' . $this->id . '" method="post">'; 218 217 wp_nonce_field('import-wordpress'); 219 echo '<ol id="authors">'; 218 ?> 219 <ol id="authors"> 220 <?php 220 221 $j = -1; 221 222 foreach ($authors as $author) { … … 229 230 ?> 230 231 </ol> 231 <?php screen_icon(); ?>232 232 <h2><?php _e('Import Attachments'); ?></h2> 233 233 <p>
Note: See TracChangeset
for help on using the changeset viewer.