root/tags/1_0-rc2/wp-feed.php
| Revision 591, 126 bytes (checked in by donncha, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | if (empty($doing_rss)) { |
| 4 | $doing_rss = 1; |
| 5 | require(dirname(__FILE__) . '/wp-blog-header.php'); |
| 6 | } |
| 7 | |
| 8 | do_feed(); |
| 9 | |
| 10 | ?> |
| 11 |
Note: See TracBrowser for help on using the browser.
