Same name and namespace in other branches
  1. 4.6.x modules/user.module \theme_user_picture()
  2. 4.7.x modules/user.module \theme_user_picture()
  3. 5.x modules/user/user.module \theme_user_picture()

Implemented using the user-picture.tpl.php template.

See also

user-picture.tpl.php

Related topics

6 theme calls to theme_user_picture()
template_preprocess_comment in modules/comment/comment.module
Process variables for comment.tpl.php.
template_preprocess_node in includes/theme.inc
Process variables for node.tpl.php
template_preprocess_profile_block in modules/profile/profile.module
Process variables for profile-block.tpl.php.
template_preprocess_profile_listing in modules/profile/profile.module
Process variables for profile-listing.tpl.php.
user_edit_form in modules/user/user.module

... See full list

File

developer/theme.php, line 343
Shadow theme functions for theme templates.

Code

function theme_user_picture() {

  // This function is never used; see the corresponding template file instead.
}