Changeset 7091

Show
Ignore:
Timestamp:
02/28/08 21:11:47 (9 months ago)
Author:
westi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;