Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6a56a907
Commit
6a56a907
authored
Nov 04, 2012
by
Nathaniel Catchpole
Browse files
Issue
#1751244
by pcambra, zuuperman: Convert taxonomy module widgets to Plugin system.
parent
ab459f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/taxonomy/taxonomy.module
View file @
6a56a907
...
...
@@ -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'
;
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment