Changeset 19509 for trunk/wp-admin/tools.php
- Timestamp:
- 12/01/2011 01:17:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r19464 r19509 19 19 get_current_screen()->add_help_tab( array( 20 20 'id' => 'converter', 21 'title' => __('Categories Tags Converter'), 22 'content' => '<p>' . __('The “Use This” link for the Categories and Tags Converter will take you to the Import page, where that Converter is one of the plugins you can download. Once that plugin is installed, the link on this page takes you to a screen where you can choose to convert tags into categories or vice versa.') . '</p>', 21 'title' => __('Categories and Tags Converter'), 22 'content' => '<p>' . __('Categories have hierarchy, meaning that you can nest sub-categories. Tags do not have hierachy and cannot be nested. Sometimes people start out using one on their posts, then later realize that the other would work better for their content.' ) . '</p>' . 23 '<p>' . __( 'The Categories and Tags Converter link on this screen will take you to the Import screen, where that Converter is one of the plugins you can install. Once that plugin is installed, return to this screen and the link will take you to a screen where you can choose to convert tags into categories or vice versa.' ) . '</p>', 23 24 ) ); 24 25 … … 58 59 <div class="tool-box"> 59 60 <h3 class="title"><?php _e( 'Categories and Tags Converter' ) ?></h3> 60 <p><?php printf( __(' <a href="%s">Use this</a> to convert categories to tags or tags to categories.'), 'import.php' ); ?></p>61 <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> 61 62 </div> 62 63 <?php
Note: See TracChangeset
for help on using the changeset viewer.