Changeset 4363 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 10/08/2006 09:23:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r4361 r4363 27 27 function greet() { 28 28 echo '<div class="narrow">'; 29 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>';29 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>'; 30 30 wp_import_upload_form("admin.php?import=wordpress&step=1"); 31 31 echo '</div>'; … … 309 309 $wp_import = new WP_Import(); 310 310 311 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));311 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch')); 312 312 313 313 ?>
Note: See TracChangeset
for help on using the changeset viewer.