diff options
Diffstat (limited to 'modules/user/user-profile.tpl.php')
-rw-r--r-- | modules/user/user-profile.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index e290f8c8b..809b4c0f7 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -38,7 +38,7 @@ * Available variables: * - $user_profile: All user profile data. Ready for print. * - $profile: Keyed array of profile categories and their items or other data - * provided by modules.
+ * provided by modules. * - TODO D7 : document $FIELD_NAME_rendered variables. * * @see template_preprocess_user_profile() |