[wp-trac] [WordPress Trac] #12704: Multiple post_types can no longer be specified in query
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 7 23:03:10 UTC 2010
#12704: Multiple post_types can no longer be specified in query
-----------------------------+----------------------------------------------
Reporter: mitchoyoshitaka | Owner: dd32
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.0
Component: Query | Version: 3.0
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Comment(by O.S.):
I think I figured it out. I changed line 1758 from
{{{
} elseif ( '' != $q['name'] ) {
}}}
to
{{{
}
if ( '' != $q['name'] ) {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12704#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list