Make WordPress Core


Ignore:
Timestamp:
11/26/2008 01:51:25 PM (16 years ago)
Author:
azaozz
Message:

Screen icons

File:
1 edited

Legend:

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

    r9372 r9903  
    3535    function header() {
    3636        echo '<div class="wrap">';
     37        screen_icon();
    3738        echo '<h2>'.__('Import WordPress').'</h2>';
    3839    }
     
    198199    function wp_authors_form() {
    199200?>
     201<?php screen_icon(); ?>
    200202<h2><?php _e('Assign Authors'); ?></h2>
    201203<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>
     
    221223?>
    222224</ol>
     225<?php screen_icon(); ?>
    223226<h2><?php _e('Import Attachments'); ?></h2>
    224227<p>
Note: See TracChangeset for help on using the changeset viewer.