Changeset 4349 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 10/06/2006 01:14:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r4165 r4349 21 21 22 22 function greet() { 23 echo '<div class="narrow">'; 23 24 echo '<p>'.__('Howdy! This importer allows you to extract posts from LiveJournal XML export file into your blog. Pick a LiveJournal file to upload and click Import.').'</p>'; 24 25 wp_import_upload_form("admin.php?import=livejournal&step=1"); 26 echo '</div>'; 25 27 } 26 28
Note: See TracChangeset
for help on using the changeset viewer.