New config option for comment tokens

This commit is contained in:
Garvin Hicking 2008-07-10 10:33:06 +00:00
parent c9685c2a95
commit 68b684c1bb

View File

@ -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,