﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15350,WP_Query Assumes Taxonomy Query Operator,filosofo,filosofo,"The following query works in WP 3.0 and seems to be syntactically valid:

{{{
query_posts( array(
   'taxonomy' => 'post_tag',
   'term' => 'my term',
) );
}}}

However, trunk throws a notice because no operator is defined.

Patch checks for the operator to be set before attempting to evaluate it.",defect (bug),closed,normal,3.1,Query,3.1,normal,fixed,,
