Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Oct 4, 2023
1 parent bad9be0 commit bfa2c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

query_posts(
array_merge(
$wp_query->query,
$wp_query->query ?? array(),
array(
'post_type' => $_post_type,
)
Expand Down

0 comments on commit bfa2c73

Please sign in to comment.