Changeset 14978 for trunk/wp-admin/tools.php
- Timestamp:
- 05/27/2010 04:35:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r14966 r14978 38 38 endif; 39 39 40 $cats = get_taxonomy('category'); 41 $tags = get_taxonomy('post_tag'); 42 43 if ( current_user_can($cats->cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> 44 <div class="tool-box"> 45 <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3> 46 <p><?php printf( __('<a href="%s">Use this</a> to convert categories to tags or tags to categories</a>.'), 'import.php' ); ?></p> 47 </div> 48 <?php 49 endif; 50 40 51 do_action( 'tool_box' ); 41 52 ?>
Note: See TracChangeset
for help on using the changeset viewer.