summaryrefslogtreecommitdiffstats
path: root/wp-includes
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-26 18:26:12 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-02-26 18:26:12 +0000
commitbaf1739fda49cc2dfc0cfc2e295e1aaad2f8c7d9 (patch)
treebdda6f771e5615779f6ea4c129be8b17f1974a1d /wp-includes
parentce8693de30e8da06a8a4982e321f0a33fbeee979 (diff)
downloadwordpress-mu-baf1739fda49cc2dfc0cfc2e295e1aaad2f8c7d9.tar.gz
wordpress-mu-baf1739fda49cc2dfc0cfc2e295e1aaad2f8c7d9.tar.xz
wordpress-mu-baf1739fda49cc2dfc0cfc2e295e1aaad2f8c7d9.zip
Fix comment feeds
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@901 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes')
-rw-r--r--wp-includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-includes/functions.php b/wp-includes/functions.php
index 4ae978a..9155b9b 100644
--- a/wp-includes/functions.php
+++ b/wp-includes/functions.php
@@ -956,6 +956,7 @@ function bool_from_yn($yn) {
}
function do_feed() {
+ global $wp_query;
$feed = get_query_var('feed');
// Remove the pad, if present.