diff --git a/wp-admin/import/wp-cat2tag.php b/wp-admin/import/wp-cat2tag.php index d38e17a1e3..f4fa522628 100644 --- a/wp-admin/import/wp-cat2tag.php +++ b/wp-admin/import/wp-cat2tag.php @@ -1,16 +1,16 @@ -'; - print '
' . __('Howdy! This converter allows you to selectively convert existing categories to tags. To get started, check the checkboxes of the categories you wish to be converted, then click the Convert button.') . '
'; - print '' . __('Keep in mind that if you convert a category with child categories, those child categories get their parent setting removed, so they\'re in the root.') . '
'; + echo '' . __('Hey there. Here you can selectively converts existing categories to tags. To get started, check the categories you wish to be converted, then click the Convert button.') . '
'; + echo '' . __('Keep in mind that if you convert a category with child categories, the children become top-level orphans.') . '
'; $this->categories_form(); } else { - print ''.__('You have no categories to convert!').'
'; + echo ''.__('You have no categories to convert!').'
'; } - print '' . sprintf(__('Uh, oh. Something didn\'t work. Please try again.'), 'admin.php?import=wp-cat2tag') . '
'; - print '' . sprintf(__('Uh, oh. Something didn’t work. Please try again.'), 'admin.php?import=wp-cat2tag') . '
'; + echo '' . sprintf( __('We’re all done here, but you can always convert more.'), 'admin.php?import=wp-cat2tag' ) . '
'; } function init() { @@ -179,9 +208,9 @@ class WP_Categories_to_Tags { $this->header(); if (!current_user_can('manage_categories')) { - print '' . __('Cheatin’ uh?') . '
'; - print '' . __('Cheatin’ uh?') . '
'; + echo '