Make WordPress Core

Changeset 12178


Ignore:
Timestamp:
11/12/2009 09:40:54 PM (15 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/wordpress.php

    r12109 r12178  
    205205    function wp_authors_form() {
    206206?>
    207 <?php screen_icon(); ?>
    208207<h2><?php _e('Assign Authors'); ?></h2>
    209208<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>
     
    217216        echo '<form action="?import=wordpress&amp;step=2&amp;id=' . $this->id . '" method="post">';
    218217        wp_nonce_field('import-wordpress');
    219         echo '<ol id="authors">';
     218?>
     219<ol id="authors">
     220<?php
    220221        $j = -1;
    221222        foreach ($authors as $author) {
     
    229230?>
    230231</ol>
    231 <?php screen_icon(); ?>
    232232<h2><?php _e('Import Attachments'); ?></h2>
    233233<p>
Note: See TracChangeset for help on using the changeset viewer.