Make WordPress Core

Changeset 14853


Ignore:
Timestamp:
05/24/2010 07:54:46 PM (14 years ago)
Author:
ryan
Message:

Don't link to cat2tag importer since it might not be installed. see #13465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r14647 r14853  
    302302<div class="form-wrap">
    303303<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&amp;step=3') ;?>.</p>
    309304</div>
    310305<?php endif;
Note: See TracChangeset for help on using the changeset viewer.