Changeset 8253 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 07/04/2008 12:28:18 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/wp-cat2tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r8080 r8253 53 53 echo '<h2>' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '</h2>'; 54 54 echo '<div class="narrow">'; 55 echo '<p>' . __('Hey there. Here you can selectively convert sexisting categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '</p>';55 echo '<p>' . __('Hey there. Here you can selectively convert existing categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '</p>'; 56 56 echo '<p>' . __('Keep in mind that if you convert a category with child categories, the children become top-level orphans.') . '</p></div>'; 57 57
Note: See TracChangeset
for help on using the changeset viewer.