Skip to content

Commit

Permalink
Finishing up PHPCS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbuckel committed Apr 28, 2020
1 parent 7a74b08 commit c34d4a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/classes/Indexable/Post/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -1233,10 +1233,10 @@ function( $tax_query ) use ( $args ) {
'bool' => array(
'filter' => array(
'script' => array(
'script' => array(
'script' => array(
'source' => $custom_query,
'lang' => 'painless',
)
'lang' => 'painless',
),
),
),
),
Expand Down

0 comments on commit c34d4a4

Please sign in to comment.