summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-18 05:37:47 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-18 05:37:47 +0000
commit1affe10ba97ef8f579ed8fffb84bc9a325189f03 (patch)
tree95c4ef443c97639b29cc4e517cf0bcc918f13b67
parent8d80b7dbbcb6f9723642b7da5e70f71acb960207 (diff)
downloadbrdo-1affe10ba97ef8f579ed8fffb84bc9a325189f03.tar.gz
brdo-1affe10ba97ef8f579ed8fffb84bc9a325189f03.tar.bz2
- Patch #973758 by mdm: Missing asterisk in field.api.php phpdoc.
-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 1aebed8f8..0c24730cb 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -2248,7 +2248,7 @@ function hook_field_widget_properties_alter(&$widget, $context) {
* An associative array containing:
* - entity_type: The entity type; e.g. 'node' or 'user'.
* - entity: The entity object.
- - field: The field that the widget belongs to.
+ * - field: The field that the widget belongs to.
* - instance: The instance of the field.
*
* @see hook_field_widget_properties_alter()