Remove the extra screen icons from the WordPress importer. Fixes #8720 props MattyRob.

git-svn-id: https://develop.svn.wordpress.org/trunk@12178 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-11-12 21:40:54 +00:00
parent a3c161ee54
commit f713ed5a48
1 changed files with 3 additions and 3 deletions

View File

@ -204,7 +204,6 @@ class WP_Import {
function wp_authors_form() {
?>
<?php screen_icon(); ?>
<h2><?php _e('Assign Authors'); ?></h2>
<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>
<?php
@ -216,7 +215,9 @@ class WP_Import {
$authors = $this->get_wp_authors();
echo '<form action="?import=wordpress&amp;step=2&amp;id=' . $this->id . '" method="post">';
wp_nonce_field('import-wordpress');
echo '<ol id="authors">';
?>
<ol id="authors">
<?php
$j = -1;
foreach ($authors as $author) {
++ $j;
@ -228,7 +229,6 @@ class WP_Import {
if ( $this->allow_fetch_attachments() ) {
?>
</ol>
<?php screen_icon(); ?>
<h2><?php _e('Import Attachments'); ?></h2>
<p>
<input type="checkbox" value="1" name="attachments" id="import-attachments" />