From e6ef6017035e150bbfb7a960818a95c856c36dbf Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 2 Jul 2025 12:07:59 +0300 Subject: [PATCH] Update functions.php --- library/includes/functions.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/includes/functions.php b/library/includes/functions.php index dc3edb86d..38db141cd 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -568,14 +568,6 @@ function url_arg($url, $arg, $value, $amp = '&') return $url . $anchor; } -/** - * Adds commas between every group of thousands - */ -function commify($number): string -{ - return number_format($number); -} - /** * Returns a size formatted in a more human-friendly format, rounded to the nearest GB, MB, KB.. */