Changeset 8335 for branches/crazyhorse/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 07/15/2008 02:01:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crazyhorse/wp-admin/import/wp-cat2tag.php
r8103 r8335 15 15 echo '</div>'; 16 16 } else { ?> 17 <div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag"> Categories to Tags</a>18 <a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&step=3"> Tags to Categories</a></p></div>17 <div class="tablenav"><p style="margin:4px"><a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag"><?php _e( "Categories to Tags" ); ?></a> 18 <a style="display:inline;" class="button-secondary" href="admin.php?import=wp-cat2tag&step=3"><?php _e( "Tags to Categories" ); ?></a></p></div> 19 19 <?php } 20 20 } … … 53 53 echo '<h2>' . sprintf( __ngettext( 'Convert Category to Tag.', 'Convert Categories (%d) to Tags.', $cat_num ), $cat_num ) . '</h2>'; 54 54 echo '<div class="narrow">'; 55 echo '<p>' . __('Hey there. Here you can selectively convert sexisting categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '</p>';55 echo '<p>' . __('Hey there. Here you can selectively convert existing categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '</p>'; 56 56 echo '<p>' . __('Keep in mind that if you convert a category with child categories, the children become top-level orphans.') . '</p></div>'; 57 57
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)