Changeset 13733 for trunk/wp-admin/tools.php
- Timestamp:
- 03/17/2010 04:27:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r13524 r13733 91 91 $tags = get_taxonomy('post_tag'); 92 92 93 if ( current_user_can($cats->manage_cap) || current_user_can($tags->manage_cap) ) : ?> 94 <div class="tool-box"> 93 if ( current_user_can($cats->manage_cap) || current_user_can($tags->manage_cap) ) : ?> 94 <div class="tool-box"> 95 95 <h3 class="title"><?php _e('Category/Tag Conversion') ?></h3> 96 <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> 97 </div> 96 <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> 97 </div> 98 98 <?php 99 endif; 99 endif; 100 100 101 101 do_action( 'tool_box' );
Note: See TracChangeset
for help on using the changeset viewer.