2006-11-19 07:56:05 +00:00
|
|
|
<?php
|
2005-06-10 23:15:13 +00:00
|
|
|
|
|
|
|
if (empty($wp)) {
|
|
|
|
require_once('wp-config.php');
|
|
|
|
wp('feed=rss2&withcomments=1');
|
2004-02-05 20:55:50 +00:00
|
|
|
}
|
|
|
|
|
2007-02-23 02:50:05 +00:00
|
|
|
require (ABSPATH . WPINC . '/feed-rss2-comments.php');
|
2003-09-28 18:19:10 +00:00
|
|
|
|
2007-02-23 02:50:05 +00:00
|
|
|
?>
|