From 3485e419443b97dcf68c3d4e96cf4e0cb481c424 Mon Sep 17 00:00:00 2001 From: Sibin Grasic Date: Sun, 21 Jan 2024 20:46:05 +0100 Subject: [PATCH] fix: Fixed term separator --- src/oblak-polyfill-terms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oblak-polyfill-terms.php b/src/oblak-polyfill-terms.php index a9df2db..7c6628f 100644 --- a/src/oblak-polyfill-terms.php +++ b/src/oblak-polyfill-terms.php @@ -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