Changeset 25091
- Timestamp:
- 08/22/2013 08:07:51 PM (11 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/comment.php
r23554 r25091 149 149 function floated_admin_avatar( $name ) { 150 150 global $comment; 151 $avatar = get_avatar( $comment, 32 );151 $avatar = get_avatar( $comment, 32, 'mystery' ); 152 152 return "$avatar $name"; 153 153 } -
trunk/src/wp-admin/includes/dashboard.php
r24320 r25091 711 711 <?php if ( !$comment->comment_type || 'comment' == $comment->comment_type ) : ?> 712 712 713 <?php echo get_avatar( $comment, 50 ); ?>713 <?php echo get_avatar( $comment, 50, 'mystery' ); ?> 714 714 715 715 <div class="dashboard-comment-wrap">
Note: See TracChangeset
for help on using the changeset viewer.