summaryrefslogtreecommitdiffstats
path: root/wp-commentsrss2.php
blob: fecfefb4fc8a8be1c2d32dc6ab1905f951e8aa9a (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');

?>