summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2013-04-16 12:56:25 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2013-04-16 12:56:25 -0700
commit694dc23de4bd393b0852dc51569f8a30047b7e39 (patch)
tree9dbcc42c7e81c00c37d5eed5c80dbb9d7dc9a1bd
parentaf3641ad186ec9468baacaf3c0dec5b2e714e2d8 (diff)
downloadbrdo-694dc23de4bd393b0852dc51569f8a30047b7e39.tar.gz
brdo-694dc23de4bd393b0852dc51569f8a30047b7e39.tar.bz2
Issue #1614108 by David_Rothstein: Remove documentation of visible in hook_field_extra_fields, since it does not exist (yet) in D7
-rw-r--r--modules/field/field.api.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index f6b8257ac..e8e04542a 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -31,8 +31,6 @@
* - label: The human readable name of the element.
* - description: A short description of the element contents.
* - weight: The default weight of the element.
- * - visible: The default visibility of the element. Only for 'display'
- * context.
* - edit: (optional) String containing markup (normally a link) used as the
* element's 'edit' operation in the administration interface. Only for
* 'form' context.