summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2014-07-15 09:25:15 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2014-07-15 09:25:15 -0700
commit338e2d4db78cc346a7491b54537b4120f53a8da2 (patch)
tree60216bcdfd8b38d8f70adf62cc04d842f6f41a21 /modules/user
parentf56b6aaa5e04ee125e67c7a2f0a47d79d94c0542 (diff)
downloadbrdo-338e2d4db78cc346a7491b54537b4120f53a8da2.tar.gz
brdo-338e2d4db78cc346a7491b54537b4120f53a8da2.tar.bz2
Issue #1369822 by amitgoyal, Cottser, er.pushpinderrana: Fix docs for template_preprocess_user_profile()
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.pages.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc
index 7d40663e7..8ec2348d6 100644
--- a/modules/user/user.pages.inc
+++ b/modules/user/user.pages.inc
@@ -183,8 +183,11 @@ function user_logout() {
/**
* Process variables for user-profile.tpl.php.
*
- * The $variables array contains the following arguments:
- * - $account
+ * @param array $variables
+ * An associative array containing:
+ * - 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.
*
* @see user-profile.tpl.php
*/