02df990e1f
git-svn-id: https://develop.svn.wordpress.org/trunk@5843 602fd350-edb4-49c9-b593-d223f7449a82
10 lines
153 B
PHP
10 lines
153 B
PHP
<?php
|
|
|
|
if (empty($wp)) {
|
|
require_once('./wp-config.php');
|
|
wp('feed=rss2&withcomments=1');
|
|
}
|
|
|
|
require (ABSPATH . WPINC . '/feed-rss2-comments.php');
|
|
|
|
?>
|