From 8c8a45a191b134a0ee40684e9c4e429fed8ff2b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 30 Jun 2025 15:49:20 +0200 Subject: [PATCH] Doc --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 0f49eebe26b..cecf472c14b 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1996,7 +1996,7 @@ function dol_string_nounprintableascii($str, $removetabcrlf = 1) } /** - * Returns text slugified (no special char, separator is "-". + * Returns text slugified (lowercase and no special char, separator is "-"). * * @param string $stringtoslugify String to slugify * @return string Slugified string