diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-12-07 10:17:25 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-12-07 10:17:25 +0000 |
| commit | e7b243973132b555e66a0517e25232ba213bc35e (patch) | |
| tree | ff9d04034493cc544d1064e56a1c8b8265d63b3f /wp-admin/import/rss.php | |
| parent | f57c5009b529dcc2494fc719f605ef64b7f9b4c7 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@819 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/import/rss.php')
| -rw-r--r-- | wp-admin/import/rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/import/rss.php b/wp-admin/import/rss.php index 8a9b9a6..944b297 100644 --- a/wp-admin/import/rss.php +++ b/wp-admin/import/rss.php @@ -22,7 +22,7 @@ class RSS_Import { function greet() { echo '<div class="narrow">'; - 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>'; + 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>'; wp_import_upload_form("admin.php?import=rss&step=1"); echo '</div>'; } |
