Changeset 4608 for trunk/wp-admin/import/rss.php
- Timestamp:
- 12/05/2006 07:15:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/rss.php
r4349 r4608 23 23 function greet() { 24 24 echo '<div class="narrow">'; 25 echo '<p>'.__('Howdy! This importer allows you to extract posts from an yRSS 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 echo '<p>'.__('Howdy! This importer allows you to extract posts from an 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>'; 26 26 wp_import_upload_form("admin.php?import=rss&step=1"); 27 27 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.