Issue #1751244 by pcambra, zuuperman: Convert taxonomy module widgets to Plugin system.

8.0.x
catch 2012-11-04 21:33:49 +00:00
parent ab459f8762
commit 6a56a907d3
1 changed files with 2 additions and 2 deletions

View File

@ -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';
}
/**