1
0

New config option for comment tokens

This commit is contained in:
Garvin Hicking
2008-07-10 10:33:06 +00:00
parent 7f14f8b95f
commit cf755a01c9

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,