diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-13 05:18:18 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-04-13 05:18:18 +0000 |
commit | a4501a2ccaa7cff9c484a505d093970695c27705 (patch) | |
tree | 5c0b39e8795349d778ae20b3828a8beaae23b5a8 /modules/field/field.info.inc | |
parent | 1372d90cf1a63bbfed207e98d71b8df88536cd08 (diff) | |
download | brdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.gz brdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.bz2 |
#431870 by yched: Whitespace clean-up.
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; |