#202533 by lisarex and brunodbo: Tell people what the heck the content type 'Description' field is for.

merge-requests/26/head
Angie Byron 2009-11-03 05:32:07 +00:00
parent ae842168f9
commit 112e0ffa4f
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ function node_type_form($form, &$form_state, $type = NULL) {
'#title' => t('Description'), '#title' => t('Description'),
'#type' => 'textarea', '#type' => 'textarea',
'#default_value' => $type->description, '#default_value' => $type->description,
'#description' => t('Describe this content type. It will be displayed on the <em>Add new content</em> page.'),
); );
$form['additional_settings'] = array( $form['additional_settings'] = array(