diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 463dfa5bc..26d9edfdd 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1338,7 +1338,7 @@ function template_preprocess_user_picture(&$variables) { } /** - * Make a list of users. + * Returns HTML for a list of users. * * @param $variables * An associative array containing: @@ -3116,7 +3116,11 @@ function user_comment_view($comment) { } /** - * Theme output of user signature. + * Returns HTML for a user signature. + * + * @param $variables + * An associative array containing: + * - signature: The user's signature. * * @ingroup themeable */ |