Skip to content

Commit

Permalink
fix: Fixed term separator
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Jan 21, 2024
1 parent 1a3c2da commit 3485e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oblak-polyfill-terms.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function wp_format_term_name(
bool $with_count = false,
bool $with_link = false,
string $link_base = '',
string $sep = ' > '
string $sep = ' > '
) {
$formatted_name = '';
$formatter = $with_link
Expand Down

0 comments on commit 3485e41

Please sign in to comment.