diff --git a/code/Commenting.php b/code/Commenting.php index f4ba979..d7974ad 100644 --- a/code/Commenting.php +++ b/code/Commenting.php @@ -26,7 +26,8 @@ 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 + 'use_gravatar' => false, // set to true to show gravatar icons, + 'gravatar_size' => 80, // size of gravatar in pixels. This is the same as the standard default '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,