mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
6970a75e94
git-svn-id: http://svn.automattic.com/wordpress/trunk@3638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
11 lines
126 B
PHP
11 lines
126 B
PHP
<?php
|
|
|
|
if (empty($doing_rss)) {
|
|
$doing_rss = 1;
|
|
require(dirname(__FILE__) . '/wp-blog-header.php');
|
|
}
|
|
|
|
do_feed();
|
|
|
|
?>
|