Changeset 1134 for trunk/wp-admin/import-rss.php
- Timestamp:
- 04/23/2004 04:47:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-rss.php
r1119 r1134 54 54 case 0: 55 55 ?> 56 <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. To get started you must edit the following line this file (<code>import-rss.php</code>) </p>56 <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. To get started you must edit the following line in this file (<code>import-rss.php</code>) </p> 57 57 <p><code>define('RSSFILE', '');</code></p> 58 58 <p>You want to define where the RSS file we'll be working with is, for example: </p>
Note: See TracChangeset
for help on using the changeset viewer.