From baf1739fda49cc2dfc0cfc2e295e1aaad2f8c7d9 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 26 Feb 2007 18:26:12 +0000 Subject: Fix comment feeds git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@901 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'wp-includes/functions.php') 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. -- cgit