fix syntax error #236
This commit is contained in:
parent
7706b3e8c2
commit
594125953c
|
@ -452,7 +452,7 @@ class Items extends Repository {
|
|||
|
||||
$args['tax_query'][] = [
|
||||
'taxonomy' => $tax_slug,
|
||||
'field' => 'name'
|
||||
'field' => 'name',
|
||||
'terms' => $terms,
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue