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