root/tags/2.2.1/wp-rss.php
| Revision 4927, 125 bytes (checked in by ryan, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | if (empty($wp)) { |
| 4 | require_once('wp-config.php'); |
| 5 | wp('feed=rss'); |
| 6 | } |
| 7 | |
| 8 | require (ABSPATH . WPINC . '/feed-rss.php'); |
| 9 | |
| 10 | ?> |
Note: See TracBrowser for help on using the browser.
