add settings of privacy protection forums (#135)

add settings of privacy protection forums

Co-authored-by: kongrui <me@rey.ink>
This commit is contained in:
Rey
2022-11-24 20:34:13 +08:00
committed by GitHub
parent af67dd868b
commit 83e8cd61e0
8 changed files with 41 additions and 3 deletions

View File

@@ -198,6 +198,7 @@ $lang_forums = array
'text_topic_asc' => "发布时间升序",
'text_post_asc' => "最近回复升序",
'text_post_desc' => "最近回复降序",
'text_post_protected' => "[size=3][b]--本版块为隐私保护版块---[/b]\n当前帖子内容仅楼主、回复作者、本版版主、管理员以上可见[/size]",
);
?>