Don't link to cat2tag importer since it might not be installed. see #13465
git-svn-id: http://svn.automattic.com/wordpress/trunk@14853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7a5d3f2688
commit
bb0e7c967c
|
@ -301,11 +301,6 @@ if ( $page_links )
|
|||
<?php if ( 'category' == $taxonomy ) : ?>
|
||||
<div class="form-wrap">
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
<?php elseif ( 'post_tag' == $taxonomy ) : ?>
|
||||
<div class="form-wrap">
|
||||
<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>
|
||||
</div>
|
||||
<?php endif;
|
||||
do_action('after-' . $taxonomy . '-table', $taxonomy);
|
||||
|
|
Loading…
Reference in New Issue