Changeset 21216
- Timestamp:
- 07/05/2012 08:06:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r19712 r21216 306 306 <?php elseif ( 'post_tag' == $taxonomy && current_user_can( 'import' ) ) : ?> 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> '), 'import.php') ;?>.</p>308 <p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>.'), 'import.php') ;?></p> 309 309 </div> 310 310 <?php endif;
Note: See TracChangeset
for help on using the changeset viewer.