template_preprocess_user_picture
function template_preprocess_user_picture
template_preprocess_user_picture(&$variables)
Process variables for user-picture.tpl.php.
The $variables array contains the following arguments:
- $account: A user, node or comment object with 'name', 'uid' and 'picture' fields.
See also
File
- modules/user/user.module, line 1493
- Enables the user registration and login system.