updated core to 7.72

This commit is contained in:
2020-06-23 12:35:08 +02:00
parent 22d0da3413
commit d58e084fe3
208 changed files with 3399 additions and 593 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ files[] = taxonomy.module
files[] = taxonomy.test
configure = admin/structure/taxonomy
; Information added by Drupal.org packaging script on 2019-04-17
version = "7.66"
; Information added by Drupal.org packaging script on 2020-06-17
version = "7.72"
project = "drupal"
datestamp = "1555533576"
datestamp = "1592419104"
+1 -1
View File
@@ -448,7 +448,7 @@ function taxonomy_update_7004() {
}
else {
$instance['widget'] = array(
'type' => 'select',
'type' => 'options_select',
'module' => 'options',
'settings' => array(),
);