Changeset 601 for trunk/wp-rss.php
- Timestamp:
- 12/11/2003 12:22:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rss.php
r568 r601 4 4 $doing_rss = 1; 5 5 header('Content-type: text/xml', true); 6 include('blog.header.php');6 require('wp-blog-header.php'); 7 7 8 8 // Get the time of the most recent article
Note: See TracChangeset
for help on using the changeset viewer.