Merge pull request #5650 from bernattorras/patch-1

Update class-wc-query.php
This commit is contained in:
Mike Jolley 2014-06-23 13:07:13 +01:00
commit 84163615d3
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ class WC_Query {
array( array(
'taxonomy' => $attribute, 'taxonomy' => $attribute,
'terms' => $value, 'terms' => $value,
'field' => 'id' 'field' => 'term_id'
) )
) )
) )