diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-11 17:13:45 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-11 17:13:45 +0000 |
commit | 711378019da80ad9005bc32c9421453523cb8655 (patch) | |
tree | 0e834d5bbc177489f274ad2318c4b09ba743721b /modules/comment/comment.module | |
parent | 6e2872d462405a2ca454a738807a4a1589cd8f83 (diff) | |
download | brdo-711378019da80ad9005bc32c9421453523cb8655.tar.gz brdo-711378019da80ad9005bc32c9421453523cb8655.tar.bz2 |
-Patch
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 96ef231f6..e82195167 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -381,7 +381,6 @@ function comment_admin_settings() { '#type' => 'fieldset', '#title' => t('Viewing options'), '#collapsible' => TRUE, - '#collapsed' => TRUE, ); $form['viewing_options']['comment_default_mode'] = array( @@ -424,7 +423,6 @@ function comment_admin_settings() { '#type' => 'fieldset', '#title' => t('Posting settings'), '#collapsible' => TRUE, - '#collapsed' => TRUE, ); $form['posting_settings']['comment_anonymous'] = array( |