From 524997e86825bc78d3011260d9d1013db39c6d67 Mon Sep 17 00:00:00 2001 From: Intern Date: Tue, 6 Apr 2021 15:59:06 +0800 Subject: [PATCH] balabala --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 3e407b8..a6df805 100644 --- a/core/core.php +++ b/core/core.php @@ -21,11 +21,11 @@ _startCountTime(); /* 主题初始化 */ function themeInit($self) { - /* 强奸用户关闭反垃圾保护 */ + /* 强制用户关闭反垃圾保护 */ Helper::options()->commentsAntiSpam = false; - /* 强奸用户要求填写邮箱 */ + /* 强制用户要求填写邮箱 */ Helper::options()->commentsRequireMail = true; - /* 强奸用户要求无需填写url */ + /* 强制用户要求无需填写url */ Helper::options()->commentsRequireURL = false; /* 强制用户开启评论回复 */ Helper::options()->commentsThreaded = true;