Changeset 45926 for trunk/src/wp-admin/tools.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r45674 r45926 68 68 <div class="card"> 69 69 <h2 class="title"><?php _e( 'Categories and Tags Converter' ); ?></h2> 70 <p><?php printf( __( 'If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.' ), 'import.php' ); ?></p> 70 <p> 71 <?php 72 printf( 73 /* translators: URL to Import screen */ 74 __( 'If you want to convert your categories to tags (or vice versa), use the <a href="%s">Categories and Tags Converter</a> available from the Import screen.' ), 75 'import.php' 76 ); 77 ?> 78 </p> 71 79 </div> 72 80 <?php
Note: See TracChangeset
for help on using the changeset viewer.