root/branches/2.2/wp-commentsrss2.php

Revision 4927, 151 bytes (checked in by ryan, 1 year ago)

Relocate feed templates to wp-includes. fixes #3846

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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 ?>
Note: See TracBrowser for help on using the browser.