Changeset 4349 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 10/06/2006 01:14:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r4165 r4349 26 26 27 27 function greet() { 28 echo '<div class="narrow">'; 28 29 echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we’ll import the posts and comments into this blog.').'</p>'; 29 30 wp_import_upload_form("admin.php?import=wordpress&step=1"); 31 echo '</div>'; 30 32 } 31 33
Note: See TracChangeset
for help on using the changeset viewer.