summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 478f19da3..9aded96d9 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -472,6 +472,7 @@ function comment_form_alter(&$form, $form_state, $form_id) {
'#type' => 'fieldset',
'#title' => t('Comment settings'),
'#collapsible' => TRUE,
+ '#collapsed' => TRUE,
);
$form['comment']['comment'] = array(
'#type' => 'radios',