scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wordpress 2.3.2-scripts
[autoinstalls/wordpress.git]
/
wp-commentsrss2.php
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
?>