Make WordPress Core


Ignore:
Timestamp:
02/28/2008 09:11:47 PM (17 years ago)
Author:
westi
Message:

Use a default size that gravatar supports rather than one it doesn't. Fixes #6033 props josephscott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r7087 r7091  
    11831183 * @return string <img> tag for the user's avatar
    11841184*/
    1185 function get_avatar( $id_or_email, $size = '96', $default = '' ) {
     1185function get_avatar( $id_or_email, $size = '64', $default = '' ) {
    11861186    if ( ! get_option('show_avatars') )
    11871187        return false;
Note: See TracChangeset for help on using the changeset viewer.