blob: 531f6268bea256d3d6cd27cd4e7c57490e3c049f [file] [log] [blame]
<?php
if (empty($wp)) {
require_once('wp-config.php');
wp('feed=rss2&withcomments=1');
}
require (ABSPATH . WPINC . '/feed-rss2-comments.php');
?>