Changeset 9361
- Timestamp:
- 10/26/2008 06:40:20 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r9327 r9361 50 50 function greet() { 51 51 echo '<div class="narrow">'; 52 echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, comments, custom fields, and categories into this blog.').'</p>';52 echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts, pages, comments, custom fields, categories, and tags into this blog.').'</p>'; 53 53 echo '<p>'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'</p>'; 54 54 wp_import_upload_form("admin.php?import=wordpress&step=1"); … … 789 789 $wp_import = new WP_Import(); 790 790 791 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));791 register_importer('wordpress', 'WordPress', __('Import <strong>posts, pages, comments, custom fields, categories, and tags</strong> from a WordPress export file.'), array ($wp_import, 'dispatch')); 792 792 793 793 ?>
Note: See TracChangeset
for help on using the changeset viewer.