Make WordPress Core


Ignore:
Timestamp:
08/22/2013 08:07:51 PM (12 years ago)
Author:
nacin
Message:

In the admin, do not use auto-generated Gravatar images for comment authors.

This makes it easier to recognize Gravatars (or lack thereof) when moderating comments.

props solarissmoke.
fixes #7054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/comment.php

    r23554 r25091  
    149149function floated_admin_avatar( $name ) {
    150150    global $comment;
    151     $avatar = get_avatar( $comment, 32 );
     151    $avatar = get_avatar( $comment, 32, 'mystery' );
    152152    return "$avatar $name";
    153153}
Note: See TracChangeset for help on using the changeset viewer.