From 1affe10ba97ef8f579ed8fffb84bc9a325189f03 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 18 Nov 2010 05:37:47 +0000 Subject: - Patch #973758 by mdm: Missing asterisk in field.api.php phpdoc. --- modules/field/field.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/field.api.php') 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() -- cgit v1.2.3