From b25d73db7692c54564c2067f1db78f80205a6c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Fri, 12 May 2023 14:10:18 +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 feeea405..da827360 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -997,7 +997,7 @@ function _highlightkeywords($matches) { return _highlight($matches[2], $GLOBALS['_dd_karr'], $GLOBALS['_dd_kaarr'], $matches[1]); } -//高亮专用,替换多次是但不能达到最多次 +//高亮专用 function _highlight($string, $words, $result, $pre) { global $cfg_replace_num;