Changeset 843
- Timestamp:
- 06/22/06 10:29:23 (2 years ago)
- Files:
-
- branches/0.32/src/lib/wp-admin/import/rss.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.32/src/lib/wp-admin/import/rss.php
r613 r843 23 23 function greet() { 24 24 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 wp_import_upload_form("admin.php? b=$blogdata->slug&import=rss&step=1");25 wp_import_upload_form("admin.php?import=rss&step=1"); 26 26 } 27 27
