Changeset 9903 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 11/26/2008 01:51:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r8645 r9903 65 65 66 66 if ( $cat_num > 0 ) { 67 screen_icon(); 67 68 echo '<h2>' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '</h2>'; 68 69 echo '<div class="narrow">'; … … 140 141 141 142 if ( $tags_num > 0 ) { 143 screen_icon(); 142 144 echo '<h2>' . sprintf( __ngettext( 'Convert Tag to Category.', 'Convert Tags (%d) to Categories.', $tags_num ), $tags_num ) . '</h2>'; 143 145 echo '<div class="narrow">';
Note: See TracChangeset
for help on using the changeset viewer.