diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/field.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php index 443b8c6d9..1aebed8f8 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -773,7 +773,7 @@ function hook_field_widget_info_alter(&$info) { * definitions returned by field_info_field() and field_info_instance(). * Examples: mono-value widget even if the field is multi-valued, non-required * widget even if the field is 'required'... - + * * Therefore, the FAPI element callbacks (such as #process, #element_validate, * #value_callback...) used by the widget cannot use the field_info_field() * or field_info_instance() functions to retrieve the $field or $instance |