summaryrefslogtreecommitdiff
path: root/modules/field/field.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-12 22:54:25 +0200
committerDries Buytaert <dries@buytaert.net>2011-04-12 22:54:25 +0200
commit8cdf750e0e431979dcea0009eb743959381c35d0 (patch)
tree041f0faf94f863c9c4e069a7fea6f1d7b1f6f06d /modules/field/field.api.php
parent00361a2c780209775cae007ee11a4ce60b525136 (diff)
downloadbrdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.gz
brdo-8cdf750e0e431979dcea0009eb743959381c35d0.tar.bz2
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
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 f905fa060..e21c28106 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -757,7 +757,7 @@ function hook_field_widget_info_alter(&$info) {
/**
* Return the form for a single field widget.
*
- * Field widget form elements should be based on the passed in $element, which
+ * Field widget form elements should be based on the passed-in $element, which
* contains the base form element properties derived from the field
* configuration.
*