root/tags/2.1.1/wp-feed.php

Revision 4495, 120 bytes (checked in by ryan, 2 years ago)

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.