diff options
-rw-r--r-- | modules/field/field.api.php | 2 |
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() |