Skip to content

Commit

Permalink
Revert break
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Oct 18, 2023
1 parent 76522f3 commit 3288c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/PostFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function get_tax_query_terms( $args = [] ) {
$slugs = [];

foreach ( $args as $index => $arg ) {
$slug = $arg;
$slug = sanitize_title( $arg );
$slug_term = get_term_by( 'slug', $slug, BLOCK_CATALOG_TAXONOMY );

/**
Expand Down

0 comments on commit 3288c66

Please sign in to comment.