From 5398fafd1bd706b74941d1a68fcfdc1964e9d9d9 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 27 May 2010 04:35:11 +0000 Subject: [PATCH] Revert [14853], [14778], returning tag/cat converter to tools.php and edit-tags.php. Link to import.php instead of the converter directly as it may not be installed. see #13566. git-svn-id: http://svn.automattic.com/wordpress/trunk@14978 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 5 +++++ wp-admin/tools.php | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 07b0aea05..701857a6e 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -338,6 +338,11 @@ if ( $page_links )

Note:
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 %s.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?>

+

category to tag converter.'), 'import.php') ?>

+
+ +
+

tag to category converter'), 'import.php') ;?>.

cap->manage_terms) || current_user_can($tags->cap->manage_terms) ) : ?> +
+

+

Use this to convert categories to tags or tags to categories.'), 'import.php' ); ?>

+
+