mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-26 02:57:45 +01:00
5b8113578d
git-svn-id: http://svn.automattic.com/wordpress/trunk@7971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
if (empty($wp)) {
|
|
require_once('./wp-load.php');
|
|
wp('feed=rss');
|
|
}
|
|
|
|
require (ABSPATH . WPINC . '/feed-rss.php');
|
|
|
|
?>
|