Skip to content
Snippets Groups Projects
Commit 8550540b authored by Angie Byron's avatar Angie Byron
Browse files

#270685 follow-up by JamesAn: Remove unneeded code.

parent 6bf31cfe
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ function node_type_form(&$form_state, $type = NULL) { ...@@ -108,7 +108,6 @@ function node_type_form(&$form_state, $type = NULL) {
'#type' => 'fieldset', '#type' => 'fieldset',
'#title' => t('Submission form settings'), '#title' => t('Submission form settings'),
'#collapsible' => TRUE, '#collapsible' => TRUE,
'#collapsed' => FALSE,
); );
$form['submission']['title_label'] = array( $form['submission']['title_label'] = array(
'#title' => t('Title field label'), '#title' => t('Title field label'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment