Update functions.php

This commit is contained in:
Roman Kelesidis 2025-07-02 12:07:59 +03:00
commit e6ef601703
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4

View file

@ -568,14 +568,6 @@ function url_arg($url, $arg, $value, $amp = '&')
return $url . $anchor; 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.. * Returns a size formatted in a more human-friendly format, rounded to the nearest GB, MB, KB..
*/ */