mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 08:19:38 +01:00
5897a90fd7
git-svn-id: http://svn.automattic.com/wordpress/trunk@5843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
127 B
PHP
10 lines
127 B
PHP
<?php
|
|
|
|
if (empty($wp)) {
|
|
require_once('./wp-config.php');
|
|
wp('feed=rss');
|
|
}
|
|
|
|
require (ABSPATH . WPINC . '/feed-rss.php');
|
|
|
|
?>
|