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

if (empty($wp)) {
	require_once('./wp-config.php');
	wp('feed=rss2&withcomments=1');
}

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

?>