From f07dd4f5e28de3c44c99a0f75af24b0a5d0aae6c Mon Sep 17 00:00:00 2001 From: xushubieli Date: Sat, 2 Apr 2022 00:01:26 +0800 Subject: [PATCH] Update archives.class.php --- src/system/archive/archives.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index 7cb8e328..9cc1562f 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -1026,7 +1026,7 @@ class Archives function _highlight8($matches){ return _highlight($matches[2], $GLOBALS['_dd_karr'], $GLOBALS['_dd_kaarr'], $matches[1]); } -//高亮专用, 替换多次是可能不能达到最多次 +//高亮专用,替换多次是可能不能达到最多次 function _highlight($string, $words, $result, $pre) { global $cfg_replace_num;