Changeset 4608 for trunk/wp-admin/import/livejournal.php
- Timestamp:
- 12/05/2006 07:15:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/livejournal.php
r4349 r4608 22 22 function greet() { 23 23 echo '<div class="narrow">'; 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 echo '<p>'.__('Howdy! Upload your LiveJournal XML export file and we’ll import the posts into this blog.').'</p>'; 25 echo '<p>'.__('Choose a LiveJournal XML file to upload, then click Upload file and import.').'</p>'; 25 26 wp_import_upload_form("admin.php?import=livejournal&step=1"); 26 27 echo '</div>'; … … 167 168 $livejournal_import = new LJ_Import(); 168 169 169 register_importer('livejournal', __('LiveJournal'), __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch'));170 register_importer('livejournal', __('LiveJournal'), __('Import posts from a LiveJournal XML export file'), array ($livejournal_import, 'dispatch')); 170 171 ?>
Note: See TracChangeset
for help on using the changeset viewer.