removing unecessary lineskips
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3553e7add4
commit
fa7ed5355d
|
|
@ -118,7 +118,6 @@ function debugQueryTest()
|
||||||
'field' => 'term_id'
|
'field' => 'term_id'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
$metaQuery = array(
|
$metaQuery = array(
|
||||||
array(
|
array(
|
||||||
'key' => 'state',
|
'key' => 'state',
|
||||||
|
|
@ -127,7 +126,6 @@ function debugQueryTest()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
$args = array(
|
$args = array(
|
||||||
"status" => "publish",
|
"status" => "publish",
|
||||||
"post_type" => "artisans",
|
"post_type" => "artisans",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user