Changeset 13733 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 03/17/2010 04:27:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r13693 r13733 306 306 <?php elseif ( 'post_tag' == $taxonomy ) : ?> 307 307 <div class="form-wrap"> 308 <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> 308 <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> 309 309 </div> 310 310 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.