Changeset 4349 for trunk/wp-admin/import/rss.php
- Timestamp:
- 10/06/2006 01:14:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/rss.php
r4165 r4349 22 22 23 23 function greet() { 24 echo '<div class="narrow">'; 24 25 echo '<p>'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'</p>'; 25 26 wp_import_upload_form("admin.php?import=rss&step=1"); 27 echo '</div>'; 26 28 } 27 29
Note: See TracChangeset
for help on using the changeset viewer.