Browse Source

Update archives.class.php

tags/6.1.7
xushubieli 2 years ago
parent
commit
f07dd4f5e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/archive/archives.class.php

+ 1
- 1
src/system/archive/archives.class.php View File

@@ -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;


Loading…
Cancel
Save