Changeset 14778 for trunk/wp-admin/tools.php
- Timestamp:
- 05/21/2010 02:17:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r14593 r14778 31 31 endif; 32 32 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/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&step=3'); ?></p>40 </div>41 <?php42 endif;43 44 33 do_action( 'tool_box' ); 45 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.