root/tags/1.2.1/wp-rss2.php

Revision 899, 128 bytes (checked in by donncha, 2 years ago)

WP Merge to 4929

  • Property svn:eol-style set to native
Line 
1 <?php
2
3 if (empty($wp)) {
4     require_once('wp-config.php');
5     wp('feed=rss2');
6 }
7
8 require (ABSPATH . WPINC . '/feed-rss2.php');
9
10 ?>
11
Note: See TracBrowser for help on using the browser.