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