mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 08:19:38 +01:00
9f534ebae6
git-svn-id: http://svn.automattic.com/wordpress/trunk@4495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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();
|
|
|
|
?>
|