From 652ddb938f298890994737d685947f32d8e66ef8 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Wed, 6 Mar 2013 15:49:59 +0700 Subject: [PATCH] ENHANCEMENT: Add use gravatar flag, but default to false to maintain current non gravatar functionality --- code/Commenting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/Commenting.php b/code/Commenting.php index d2528c7..f4ba979 100644 --- a/code/Commenting.php +++ b/code/Commenting.php @@ -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,