[wp-trac] [WordPress Trac] #22995: WP_Query Category stuff blank page
WordPress Trac
noreply at wordpress.org
Tue Dec 18 18:59:18 UTC 2012
#22995: WP_Query Category stuff blank page
-----------------------------+--------------------------
Reporter: Ninos Ego | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Query
Version: 3.5 | Severity: normal
Keywords: |
-----------------------------+--------------------------
hey there,
maybe I have found a bug. Sending following parameter to the WP Query
(with my theme via ''?s=test%cat=1234'') you should get a blank page. At
first I thought it was a bug of mine, but deleting following line in /wp-
includes/query.php:1746 fixes the problem.
{{{
$q['category__in'][] = $cat;
}}}
So I think there's a bug in the query function...
Thanks,
Ninos
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22995>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list