diff options
Diffstat (limited to 'modules/user/user-profile.tpl.php')
-rw-r--r-- | modules/user/user-profile.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index 4aacdc492..e290f8c8b 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -38,7 +38,8 @@ * 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() */ |