ENHANCEMENT: Add use gravatar flag, but default to false to maintain current non gravatar functionality

This commit is contained in:
Gordon Anderson 2013-03-06 15:49:59 +07:00
parent cf8368daf0
commit 652ddb938f

View File

@ -26,6 +26,7 @@ class Commenting {
'require_login' => false, // boolean, whether a user needs to login
'required_permission' => false, // required permission to comment (or array of permissions)
'use_ajax_commenting' => true, // use ajax to post comments.
'use_gravatar' => false, // set to true to show gravatar icons
'show_comments_when_disabled' => false, // when comments are disabled should we show older comments (if available)
'order_comments_by' => "\"Created\" DESC",
'comments_per_page' => 10,