fix syntax error #236

This commit is contained in:
Leo Germani 2019-05-17 20:35:39 -03:00
parent 7706b3e8c2
commit 594125953c
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ class Items extends Repository {
$args['tax_query'][] = [
'taxonomy' => $tax_slug,
'field' => 'name'
'field' => 'name',
'terms' => $terms,
];