Changeset 14315 for trunk/wp-admin/import/rss.php
- Timestamp:
- 04/30/2010 03:17:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/rss.php
r12985 r14315 33 33 function greet() { 34 34 echo '<div class="narrow">'; 35 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>';35 echo '<p>'.__('Howdy! This importer allows you to extract posts from an RSS 2.0 file into your WordPress site. 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>'; 36 36 wp_import_upload_form("admin.php?import=rss&step=1"); 37 37 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.