From 279f93647a4da004dc29f68e5558e0e1b847fd3c Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sat, 27 Feb 2010 04:04:36 +0000 Subject: [PATCH] Add Tag::Cat converters to the Tools page. Props ninjaWR. Add Tag->Cat converter links on Manage Tags page. Fixes #8634 git-svn-id: https://develop.svn.wordpress.org/trunk@13450 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-tags.php | 9 +++++++-- wp-admin/tools.php | 11 +++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index a67fc12a6c..8124754867 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -308,8 +308,13 @@ 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.'), 'admin.php?import=wp-cat2tag') ?>

- - + +
+

tag to category converter'), 'admin.php?import=wp-cat2tag&step=3') ;?>.

+
+ diff --git a/wp-admin/tools.php b/wp-admin/tools.php index e7145f3394..80c0c15285 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -89,6 +89,17 @@ if ( ! $is_opera ) { manage_cap) || current_user_can($tags->manage_cap) ) : ?> +
+

+

categories to tags, or tags to categories.'), 'admin.php?import=wp-cat2tag', 'admin.php?import=wp-cat2tag&step=3'); ?>

+
+