Skip to content

Commit

Permalink
Block theme: Prevent output of extra query parameters.
Browse files Browse the repository at this point in the history
Fixes #667
  • Loading branch information
ryelle committed Apr 15, 2024
1 parent 4744714 commit 38fc588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function update_archive_title( $block_content, $block, $instance ) {
return '';
}

$term_names = get_applied_filter_list();
$term_names = get_applied_filter_list( false );
if ( ! empty( $term_names ) ) {
$term_names = wp_list_pluck( $term_names, 'name' );
// translators: %s list of terms used for filtering.
Expand Down

0 comments on commit 38fc588

Please sign in to comment.