We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1855dd3 commit 40192f7Copy full SHA for 40192f7
src/wp-includes/blocks.php
@@ -2751,11 +2751,11 @@ function build_query_vars_from_query_block( $block, $page ) {
2751
2752
// Separate exclude from include terms.
2753
$exclude_terms = isset( $tax_query_input['exclude'] ) && is_array( $tax_query_input['exclude'] )
2754
- ? $tax_query_input['exclude']
2755
- : array();
+ ? $tax_query_input['exclude']
+ : array();
2756
$include_terms = isset( $tax_query_input['include'] ) && is_array( $tax_query_input['include'] )
2757
- ? $tax_query_input['include']
2758
+ ? $tax_query_input['include']
2759
2760
$tax_query = array_merge(
2761
$build_conditions( $include_terms ),
0 commit comments