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/wp-cat2tag.php

    r8645 r9903  
    6565
    6666        if ( $cat_num > 0 ) {
     67            screen_icon();
    6768            echo '<h2>' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '</h2>';
    6869            echo '<div class="narrow">';
     
    140141
    141142        if ( $tags_num > 0 ) {
     143            screen_icon();
    142144            echo '<h2>' . sprintf( __ngettext( 'Convert Tag to Category.', 'Convert Tags (%d) to Categories.', $tags_num ), $tags_num ) . '</h2>';
    143145            echo '<div class="narrow">';
Note: See TracChangeset for help on using the changeset viewer.