From ee25d5d70039c9f257c8daa47bb5e945b585c232 Mon Sep 17 00:00:00 2001 From: rob1n Date: Mon, 9 Apr 2007 16:27:22 +0000 Subject: [PATCH] Just check for manage_categories. fixes #4107 git-svn-id: https://develop.svn.wordpress.org/trunk@5218 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/wp-cat2tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import/wp-cat2tag.php b/wp-admin/import/wp-cat2tag.php index 901d6fe91e..0c29f39a4f 100644 --- a/wp-admin/import/wp-cat2tag.php +++ b/wp-admin/import/wp-cat2tag.php @@ -125,7 +125,7 @@ class WP_Categories_to_Tags { $this->header(); - if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) { + if (!current_user_can('manage_categories')) { print '
'; print '

' . __('Cheatin’ uh?') . '

'; print '
';