Changeset 14978 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 05/27/2010 04:35:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r14962 r14978 339 339 <div class="form-wrap"> 340 340 <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?></p> 341 <p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'import.php') ?></p> 342 </div> 343 <?php elseif ( 'post_tag' == $taxonomy ) : ?> 344 <div class="form-wrap"> 345 <p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>'), 'import.php') ;?>.</p> 341 346 </div> 342 347 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.