Changeset 14315 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 04/30/2010 03:17:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r13907 r14315 46 46 function greet() { 47 47 echo '<div class="narrow">'; 48 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>';48 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 site.').'</p>'; 49 49 echo '<p>'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'</p>'; 50 50 wp_import_upload_form("admin.php?import=wordpress&step=1");
Note: See TracChangeset
for help on using the changeset viewer.