Make WordPress Core


Ignore:
Timestamp:
05/21/2010 02:17:41 PM (15 years ago)
Author:
ryan
Message:

Remove cat/tag importer from list of tools. see #13465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r14593 r14778  
    3131endif;
    3232
    33 $cats = get_taxonomy('category');
    34 $tags = get_taxonomy('post_tag');
    35 
    36 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?>
    37 <div class="tool-box">
    38     <h3 class="title"><?php _e('Category&#47;Tag Conversion') ?></h3>
    39     <p><?php printf(__('Use this to convert <a href="%s">categories to tags</a>, or <a href="%s">tags to categories</a>.'), 'admin.php?import=wp-cat2tag', 'admin.php?import=wp-cat2tag&amp;step=3'); ?></p>
    40 </div>
    41 <?php
    42 endif;
    43 
    4433do_action( 'tool_box' );
    4534?>
Note: See TracChangeset for help on using the changeset viewer.