Merge pull request #5650 from bernattorras/patch-1
Update class-wc-query.php
This commit is contained in:
commit
84163615d3
|
@ -701,7 +701,7 @@ class WC_Query {
|
||||||
array(
|
array(
|
||||||
'taxonomy' => $attribute,
|
'taxonomy' => $attribute,
|
||||||
'terms' => $value,
|
'terms' => $value,
|
||||||
'field' => 'id'
|
'field' => 'term_id'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue