Changeset 5216
- Timestamp:
- 04/09/07 06:35:32 (2 years ago)
- Files:
-
- trunk/wp-admin/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/categories.php
r5033 r5216 119 119 120 120 <?php include('edit-category-form.php'); ?> 121 122 <h3><?php _e('Importers & Converters'); ?></h3> 123 124 <ul> 125 <li><a href="admin.php?import=wp-cat2tag"><?php _e('Selectively convert categories to tags'); ?></a></li> 126 <li><a href="admin.php?import=utw"><?php _e('Import Ultimate Tag Warrior tags'); ?></a></li> 127 </ul> 121 128 <?php endif; ?> 122 129
