Pre Merge pull request !488 from shali/develop

pull/488/MERGE
shali 2025-06-26 09:01:35 +00:00 committed by Gitee
commit 88959813f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if (!function_exists('__')) {
*/
function __($name, $vars = [], $lang = '')
{
if (is_numeric($name) || !$name) {
if (!$name || is_numeric($name)) {
return $name;
}
if (!is_array($vars)) {