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:
parent
47a79f2001
commit
ee25d5d700
@ -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’ uh?') . '</p>';
|
||||
print '</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user