From 7138a5d5d005232f91ae629b4d5baec64d0697fa Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 26 Apr 2009 05:26:17 +0000 Subject: #270685 by JamesAn: Expand title/body fieldset by default so that it can be found. --- modules/node/content_types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') 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'), -- cgit v1.2.3