root/tags/1.5.1/wp-commentsrss2.php

Revision 1069, 154 bytes (checked in by donncha, 1 year ago)

Merge with WP 2.3 - testing use only!
Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439

  • Property svn:eol-style set to native
Line 
1 <?php
2
3 if (empty($wp)) {
4     require_once('./wp-config.php');
5     wp('feed=rss2&withcomments=1');
6 }
7
8 require (ABSPATH . WPINC . '/feed-rss2-comments.php');
9
10 ?>
11
Note: See TracBrowser for help on using the browser.