From 2cc01f59cb03bd510cfbbb8705556671dc14d197 Mon Sep 17 00:00:00 2001 From: dd32 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: http://svn.automattic.com/wordpress/trunk@13450 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a67fc12a6..812475486 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 e7145f339..80c0c1528 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'); ?>

+
+