summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-12 14:36:12 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-12 14:36:12 +0000
commit83ea3cd0424e8b7b3972e5e5c1edbae7af52fd37 (patch)
tree00088b6a472ffadffd2f407c0a2086ae83b29471 /modules
parent5e3f50369ffb5d984896ac26fc4b58d8f5bf8fc8 (diff)
downloadbrdo-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.php2
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.