diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 75573a9bcc526e94219404f8241ebe3844637e3e..8da637f1ace011434c627d996685869a0f28aa86 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -1031,8 +1031,8 @@ function taxonomy_field_info() { * Implements hook_field_widget_info_alter(). */ function taxonomy_field_widget_info_alter(&$info) { - $info['options_select']['field types'][] = 'taxonomy_term_reference'; - $info['options_buttons']['field types'][] = 'taxonomy_term_reference'; + $info['options_select']['field_types'][] = 'taxonomy_term_reference'; + $info['options_buttons']['field_types'][] = 'taxonomy_term_reference'; } /**