Add option to allow selecting no category

관리자 이외의 사용자가 글을 쓸 때 분류를 선택하지 않아도 되도록
허용하는 옵션 추가 (기본값: 허용하지 않음)
This commit is contained in:
Kijin Sung 2017-12-05 23:36:26 +09:00
parent 2c64e16bd2
commit eb3108b446
5 changed files with 19 additions and 2 deletions

View file

@ -46,6 +46,8 @@ $lang->comment_status = '댓글';
$lang->category_settings = '분류 설정';
$lang->hide_category = '분류 숨기기';
$lang->about_hide_category = '임시로 분류를 사용하지 않으려면 체크하세요.';
$lang->allow_no_category = '미분류 허용';
$lang->about_allow_no_category = '분류를 선택하지 않은 글도 허용하려면 체크하세요.';
$lang->protect_content = '글 보호 기능';
$lang->protect_comment = '댓글 보호 기능';
$lang->protect_regdate = '기간 제한 기능';