diff --git a/wp-includes/query.php b/wp-includes/query.php index 3854504d3a..7b9352380b 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1470,6 +1470,7 @@ class WP_Query extends WP_Object_Query { 'taxonomy' => $q['taxonomy'], 'terms' => array( $q['term'] ), 'field' => 'slug', + 'operator' => 'IN', ); } else { foreach ( $GLOBALS['wp_taxonomies'] as $taxonomy => $t ) {