New config option for comment tokens
This commit is contained in:
parent
c9685c2a95
commit
68b684c1bb
@ -349,6 +349,13 @@
|
||||
'default' => array('true' => YES, 'false' => NO, 'fulltext' => FULL_COMMENT_TEXT),
|
||||
'permission' => 'siteConfiguration'),
|
||||
|
||||
array('var' => 'useCommentTokens',
|
||||
'title' => COMMENT_TOKENS,
|
||||
'description' => COMMENT_TOKENS_DESC,
|
||||
'type' => 'bool',
|
||||
'default' => false,
|
||||
'permission' => 'blogConfiguration'),
|
||||
|
||||
array('var' => 'lang',
|
||||
'title' => INSTALL_LANG,
|
||||
'description' => INSTALL_LANG_DESC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user