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 e09f44297..02707f6d3 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -732,7 +732,7 @@ function field_info_instance($entity_type, $field_name, $bundle_name) { * 'default' => array( * 'weight' => The weight of the component in displayed entities in * this view mode, - * 'visibility' => Whether the component is visible or hidden in + * 'visible' => TRUE if the component is visible, FALSE if hidden, in * displayed entities in this view mode, * ), * 'teaser' => array( |