Changeset 25091 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 08/22/2013 08:07:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.