Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0a98870027
commit
6cc6c1de4f
@ -127,7 +127,7 @@ class WP_Categories_to_Tags {
|
||||
|
||||
if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) {
|
||||
print '<div class="narrow">';
|
||||
print '<p>' __('Cheatin’ uh?') . '</p>';
|
||||
print '<p>' . __('Cheatin’ uh?') . '</p>';
|
||||
print '</div>';
|
||||
} else {
|
||||
switch ($step) {
|
||||
|
Loading…
Reference in New Issue
Block a user