mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
dbedd143e4
git-svn-id: http://svn.automattic.com/wordpress/trunk@4927 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=rss2');
|
|
}
|
|
|
|
require (ABSPATH . WPINC . '/feed-rss2.php');
|
|
|
|
?>
|