Changeset 6163
- Timestamp:
- 09/24/2007 02:39:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r6026 r6163 112 112 <div class="wrap"> 113 113 <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_catname(get_option('default_category')))) ?></p> 114 <p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'admin.php?import=wp-cat2tag') ?></p> 114 115 </div> 115 116 116 117 <?php include('edit-category-form.php'); ?> 117 118 118 <div class="wrap">119 <h3><?php _e('Importers & Converters'); ?></h3>120 121 <ul>122 <li><a href="admin.php?import=wp-cat2tag"><?php _e('Selectively convert categories to tags'); ?></a></li>123 <li><a href="admin.php?import=utw"><?php _e('Import Ultimate Tag Warrior tags'); ?></a></li>124 </ul>125 </div>126 119 <?php endif; ?> 127 120
Note: See TracChangeset
for help on using the changeset viewer.