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

@ -45,6 +45,8 @@ $lang->comment_status = 'Comments';
$lang->category_settings = 'Category settings';
$lang->hide_category = 'Hide categories';
$lang->about_hide_category = 'You can disable a category feature.';
$lang->allow_no_category = 'Do not require category';
$lang->about_allow_no_category = 'Allow users to write documents without selecting a category.';
$lang->protect_content = 'Protect Content';
$lang->protect_comment = 'Protect Comment';
$lang->protect_regdate = 'Update/Delete Time Limit';