Discuz X20111221 补丁 后台设置过滤词无效临时解决方法 source/function/function_core.php function_core.php if($censor->modbanned() && $_G['group']['ignorecensor']) { 改为 if($censor->modbanned() && !$_G['group']['ignorecensor']) { 后台更新下缓存 小雨2016-02-10T20:39:53+08:00发表于:2013-03-03|Discuz!|