Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
05160e44
Commit
05160e44
authored
May 08, 2011
by
Dries Buytaert
Browse files
- Patch
#1055234
by jhodgdon, linclark: field_bundle_settings() doc example is wrong.
parent
cabfacca
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/field/field.info.inc
View file @
05160e44
...
...
@@ -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,
* 'visib
ility' => Whether
the component is visible
or
hidden in
* 'visib
le' => TRUE if
the component is visible
, FALSE if
hidden
,
in
* displayed entities in this view mode,
* ),
* 'teaser' => array(
...
...
modules/field/field.module
View file @
05160e44
...
...
@@ -558,7 +558,7 @@ function _field_sort_items_value_helper($a, $b) {
* // the 'default' mode:
* 'default' => array(
* 'weight' => The weight of the pseudo-field,
* 'visib
ility' => Whether
the pseudo-field is visible
or
hidden,
* 'visib
le' => TRUE if
the pseudo-field is visible
, FALSE if
hidden,
* ),
* 'full' => ...
* ),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment