﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14705	[15531] breaks is_*() conditional tags	freddyware		"#14494 suggested moving the is_*() conditional tags into the WP_Query class and [15531] changed [source:/trunk/wp-includes/query.php] to redirect those calls to the global `$wp_query` object.

However, it appears that this move has broken at least one of the conditional tags because `$wp_query` isn't known -- this is the error:

{{{
Fatal error: Call to a member function is_feed() on a non-object in /home/frederickd/frederickding.com/wordpress/wp-includes/query.php on line 270
}}}

[source:/trunk/wp-includes/query.php@15531#L270 See line 270.]

Right now I am experiencing this critical error on the homepage of a site running trunk."	defect (bug)	closed	normal		Query		critical	invalid		
