diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc index 7d40663..d155fb0 100644 --- a/modules/user/user.pages.inc +++ b/modules/user/user.pages.inc @@ -184,7 +184,10 @@ function user_logout() { * Process variables for user-profile.tpl.php. * * The $variables array contains the following arguments: - * - $account + * - elements: An associative array containing the user information and any + * fields attached to the user. Properties used: + * - #account: The user account of the profile being viewed. + * - user: The user object containing the user information. * * @see user-profile.tpl.php */