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