From e3dbe65680d7f997dff31998232d3241910b27c1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Sep 2011 22:02:57 -0400 Subject: - Patch #1278182 by CashWilliams: user-profile.tpl.php should use not in example. --- modules/user/user-profile.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index 50e611117..b6094294b 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -18,11 +18,11 @@ * Available variables: * - $user_profile: An array of profile items. Use render() to print them. * - Field variables: for each field instance attached to the user a - * corresponding variable is defined; e.g., $user->field_example has a + * corresponding variable is defined; e.g., $account->field_example has a * variable $field_example defined. When needing to access a field's raw * values, developers/themers are strongly encouraged to use these * variables. Otherwise they will have to explicitly specify the desired - * field language, e.g. $user->field_example['en'], thus overriding any + * field language, e.g. $account->field_example['en'], thus overriding any * language negotiation rule that was previously applied. * * @see user-profile-category.tpl.php -- cgit v1.2.3