root/tags/1.5.1/wp-feed.php

Revision 810, 120 bytes (checked in by donncha, 2 years ago)

WP Merge to 4524

  • Property svn:eol-style set to native
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.