From 6cc6c1de4f8dd1b2d31db0e6340df8014975f48c Mon Sep 17 00:00:00 2001 From: rob1n Date: Sat, 7 Apr 2007 15:52:53 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://develop.svn.wordpress.org/trunk@5205 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 0ba3a2724d..9baa600467 100644 --- a/wp-admin/import/wp-cat2tag.php +++ b/wp-admin/import/wp-cat2tag.php @@ -127,7 +127,7 @@ class WP_Categories_to_Tags { if (!current_user_can('manage_categories') || !current_user_can('manage_tags')) { print '
'; - print '

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

'; + print '

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

'; print '
'; } else { switch ($step) {