summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-26 05:26:17 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-26 05:26:17 +0000
commit7138a5d5d005232f91ae629b4d5baec64d0697fa (patch)
treeeec64f09ab0b82e5a0f12c10cbcd1ce41ba01bdb
parentedb9752723523963ffc1fac08430381fcf5cd7d7 (diff)
downloadbrdo-7138a5d5d005232f91ae629b4d5baec64d0697fa.tar.gz
brdo-7138a5d5d005232f91ae629b4d5baec64d0697fa.tar.bz2
#270685 by JamesAn: Expand title/body fieldset by default so that it can be found.
-rw-r--r--modules/node/content_types.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index a3cc59ded..b5cf9239b 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -108,7 +108,7 @@ function node_type_form(&$form_state, $type = NULL) {
'#type' => 'fieldset',
'#title' => t('Submission form settings'),
'#collapsible' => TRUE,
- '#collapsed' => TRUE,
+ '#collapsed' => FALSE,
);
$form['submission']['title_label'] = array(
'#title' => t('Title field label'),