﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
16545,Direct WP_Query::get_posts() calls can break,nacin,,"{{{
global $wp_query;
$wp_query->set('cat', '-13');
$posts = $wp_query->get_posts();
}}}

That worked in 3.0, and fails in 3.1. With parse_query() never getting called, now parsed_tax_query() never gets called. Previously enough logic was in get_posts() for this to work. It was inconsistent because parse_query() was circumvented, but it worked.

In IRC he planned out a strategy of sorts and Ryan is going to work up a patch later.",defect (bug),closed,highest omg bbq,3.1,Query,3.1,blocker,fixed,has-patch needs-testing,scribu
