diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-12 14:36:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-12 14:36:12 +0000 |
commit | 83ea3cd0424e8b7b3972e5e5c1edbae7af52fd37 (patch) | |
tree | 00088b6a472ffadffd2f407c0a2086ae83b29471 /modules | |
parent | 5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8 (diff) | |
download | brdo-83ea3cd0424e8b7b3972e5e5c1edbae7af52fd37.tar.gz brdo-83ea3cd0424e8b7b3972e5e5c1edbae7af52fd37.tar.bz2 |
- Patch #460252 by John Morahan: fixed documentation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/theme/field.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/theme/field.tpl.php b/modules/field/theme/field.tpl.php index ccab1f791..037d4380c 100644 --- a/modules/field/theme/field.tpl.php +++ b/modules/field/theme/field.tpl.php @@ -6,7 +6,7 @@ * Default theme implementation to display the value of a field. * * Available variables: - * - $node: The node object. + * - $object: The object to which the field is attached. * - $field: The field array. * - $items: An array of values for each item in the field array. * - $teaser: Whether this is displayed as a teaser. |