#114241 by ahoeben. Consistent page titles for adding and listing terms.

5.x
Neil Drumm 2007-07-17 06:46:01 +00:00
parent 7cc434121b
commit 9be5654f5c
1 changed files with 1 additions and 0 deletions

View File

@ -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',