root/tags/1_0-rc2/wp-feed.php

Revision 591, 126 bytes (checked in by donncha, 2 years ago)

Moved everything in wp-inst down a directory.
Uses's Ryan Boren's htaccess rules and mods
If you're upgrading, try this on a test server first!

  • 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.