2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -222,17 +222,18 @@ function taxonomy_form_vocabulary_submit($form, &$form_state) {
...
@@ -222,17 +222,18 @@ function taxonomy_form_vocabulary_submit($form, &$form_state) {
caseSAVED_NEW:
caseSAVED_NEW:
drupal_set_message(t('Created new vocabulary %name.',array('%name'=>$vocabulary->name)));
drupal_set_message(t('Created new vocabulary %name.',array('%name'=>$vocabulary->name)));
watchdog('taxonomy','Created new vocabulary %name.',array('%name'=>$vocabulary->name),WATCHDOG_NOTICE,l(t('edit'),'admin/structure/taxonomy/'.$vocabulary->machine_name.'/edit'));
watchdog('taxonomy','Created new vocabulary %name.',array('%name'=>$vocabulary->name),WATCHDOG_NOTICE,l(t('edit'),'admin/structure/taxonomy/'.$vocabulary->machine_name.'/edit'));