#114241 by ahoeben. Consistent page titles for adding and listing terms.
parent
7cc434121b
commit
9be5654f5c
|
@ -394,6 +394,7 @@ function taxonomy_vocabulary_confirm_delete_submit($form_id, $form_values) {
|
|||
|
||||
function taxonomy_form_term($vocabulary_id, $edit = array()) {
|
||||
$vocabulary = taxonomy_get_vocabulary($vocabulary_id);
|
||||
drupal_set_title(check_plain($vocabulary->name));
|
||||
|
||||
$form['name'] = array(
|
||||
'#type' => 'textfield',
|
||||
|
|
Loading…
Reference in New Issue