diff options
Diffstat (limited to 'modules/field/field.info.inc')
-rw-r--r-- | modules/field/field.info.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index ff3966922..e5db1b577 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -161,7 +161,7 @@ function _field_info_collate_types($reset = FALSE) { * an array of all bundles to which the field is assigned. * - instances: array whose keys are bundle names and whose values * are an array, keyed by field name, of all Instance objects in - * that bundle. + * that bundle. */ function _field_info_collate_fields($reset = FALSE) { static $info; |