e44ea1ff93
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
|
|
if (empty($doing_rss)) {
|
|
$doing_rss = 1;
|
|
require(dirname(__FILE__) . '/wp-blog-header.php');
|
|
}
|
|
|
|
do_feed();
|
|
|
|
?>
|