summaryrefslogtreecommitdiffstats
path: root/wp-rss.php
blob: 58a3e4744324b3ce09a9ea0f81b53e4a5db40c13 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

if (empty($wp)) {
	require_once('./wp-config.php');
	wp('feed=rss');
}

require (ABSPATH . WPINC . '/feed-rss.php');

?>