Changeset 14853
- Timestamp:
- 05/24/2010 07:54:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r14647 r14853 302 302 <div class="form-wrap"> 303 303 <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> 304 <p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'admin.php?import=wp-cat2tag') ?></p>305 </div>306 <?php elseif ( 'post_tag' == $taxonomy ) : ?>307 <div class="form-wrap">308 <p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>'), 'admin.php?import=wp-cat2tag&step=3') ;?>.</p>309 304 </div> 310 305 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.