summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:49:12 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:49:12 -0700
commit8fbf445fa0b68537a59529da3512eb3e45026ea1 (patch)
tree812d2f7a4af0358e7a8f40d94b04516113f3df20 /modules
parentd5b3e4646804e932f3505858fba2c6bdcc5c9e91 (diff)
downloadbrdo-8fbf445fa0b68537a59529da3512eb3e45026ea1.tar.gz
brdo-8fbf445fa0b68537a59529da3512eb3e45026ea1.tar.bz2
Issue #1106528 by joachim: field_attach_form_validate() documentation indentation is incorrect.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.attach.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 5686652db..2e5fed194 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -779,11 +779,11 @@ function field_attach_validate($entity_type, $entity) {
* There are two levels of validation for fields in forms: widget
* validation, and field validation.
* - Widget validation steps are specific to a given widget's own form
- * structure and UI metaphors. They are executed through FAPI's
- * #element_validate property during normal form validation.
+ * structure and UI metaphors. They are executed through FAPI's
+ * #element_validate property during normal form validation.
* - Field validation steps are common to a given field type, independently of
- * the specific widget being used in a given form. They are defined in the
- * field type's implementation of hook_field_validate().
+ * the specific widget being used in a given form. They are defined in the
+ * field type's implementation of hook_field_validate().
*
* This function performs field validation in the context of a form
* submission. It converts field validation errors into form errors