diff --git a/wp-admin/export.php b/wp-admin/export.php index 9e36e5d61..6dd953fa5 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -13,7 +13,7 @@ require_once ('admin-header.php');

-

+

diff --git a/wp-admin/import/wordpress.php b/wp-admin/import/wordpress.php index 67d73beb4..a5bd93d50 100644 --- a/wp-admin/import/wordpress.php +++ b/wp-admin/import/wordpress.php @@ -26,7 +26,7 @@ class WP_Import { function greet() { echo '

'; - echo '

'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, comments, custom fields and categories into this blog.').'

'; + echo '

'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, comments, custom fields, and categories into this blog.').'

'; wp_import_upload_form("admin.php?import=wordpress&step=1"); echo '
'; } @@ -308,6 +308,6 @@ class WP_Import { $wp_import = new WP_Import(); -register_importer('wordpress', 'WordPress', __('Import posts, comments, custom fields and categories from a WordPress export file'), array ($wp_import, 'dispatch')); +register_importer('wordpress', 'WordPress', __('Import posts, comments, custom fields, and categories from a WordPress export file'), array ($wp_import, 'dispatch')); ?>