Just check for manage_categories. fixes #4107

git-svn-id: https://develop.svn.wordpress.org/trunk@5218 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-09 16:27:22 +00:00
parent 47a79f2001
commit ee25d5d700

View File

@ -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 '<div class="narrow">';
print '<p>' . __('Cheatin&#8217; uh?') . '</p>';
print '</div>';