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
@@ -546,18 +546,18 @@ function system_views_data() {
'title'=>t('Schema version'),
'help'=>t("The module's database schema version number. -1 if the module is not installed (its tables do not exist); 0 or the largest N of the module's hook_update_N() function that has either been run or existed when the module was first installed."),
@@ -40,11 +40,11 @@ function taxonomy_views_data() {
'title'=>t('Name'),// The item it appears as on the UI,
'field'=>array(
'help'=>t('Name of the vocabulary a term is a member of. This will be the vocabulary that whichever term the "Taxonomy: Term" field is; and can similarly cause duplicates.'),
@@ -52,7 +52,7 @@ function taxonomy_views_data() {
'title'=>t('Machine name'),// The item it appears as on the UI,
'field'=>array(
'help'=>t('Machine-Name of the vocabulary a term is a member of. This will be the vocabulary that whichever term the "Taxonomy: Term" field is; and can similarly cause duplicates.'),