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/dashboard.php

    r24320 r25091  
    711711            <?php if ( !$comment->comment_type || 'comment' == $comment->comment_type ) : ?>
    712712
    713             <?php echo get_avatar( $comment, 50 ); ?>
     713            <?php echo get_avatar( $comment, 50, 'mystery' ); ?>
    714714
    715715            <div class="dashboard-comment-wrap">
Note: See TracChangeset for help on using the changeset viewer.