summaryrefslogtreecommitdiff
path: root/modules/field/field.api.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 00:40:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-15 00:40:19 +0000
commit14d2f790ccec2c9f8c5b9e977c96197e6ae424b2 (patch)
tree65f10dc1cee7414b85b9f12f996f6cec7690ea2a /modules/field/field.api.php
parentd36b7bde4208dc08bb1a061ee45a090f69c82716 (diff)
downloadbrdo-14d2f790ccec2c9f8c5b9e977c96197e6ae424b2.tar.gz
brdo-14d2f790ccec2c9f8c5b9e977c96197e6ae424b2.tar.bz2
#950138 follow-up by yched: Small comment whitespace fix.
Diffstat (limited to 'modules/field/field.api.php')
-rw-r--r--modules/field/field.api.php2
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