From 57ffc57092df7eaf5849e4a756b9c40c72a7ed3c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 21 Jun 2025 11:49:38 -0600 Subject: [PATCH] Update functions.php --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 672ac62804..0c929f1425 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -2068,7 +2068,7 @@ /** * Escape the user data - *

Escapes all characters which have HTML character entity + *

Escapes all characters that have HTML character entity * @param string $string the value to escape * @return string * @link https://www.php.net/htmlentities