diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-09-14 22:02:57 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-09-14 22:02:57 -0400 |
commit | e3dbe65680d7f997dff31998232d3241910b27c1 (patch) | |
tree | b38b4a50b23b49e0c3443cb1e993bc0187a6c09d | |
parent | 7edfb70575a2132ee86e353a1f2df8b1c7a03ce1 (diff) | |
download | brdo-e3dbe65680d7f997dff31998232d3241910b27c1.tar.gz brdo-e3dbe65680d7f997dff31998232d3241910b27c1.tar.bz2 |
- Patch #1278182 by CashWilliams: user-profile.tpl.php should use not in example.
-rw-r--r-- | modules/user/user-profile.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |