Skip to content

Commit

Permalink
Merge pull request woocommerce#5650 from bernattorras/patch-1
Browse files Browse the repository at this point in the history
Update class-wc-query.php
  • Loading branch information
mikejolley committed Jun 23, 2014
2 parents fb1b6af + 4f61e19 commit 8416361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public function layered_nav_query( $filtered_posts ) {
array(
'taxonomy' => $attribute,
'terms' => $value,
'field' => 'id'
'field' => 'term_id'
)
)
)
Expand Down

0 comments on commit 8416361

Please sign in to comment.