Changeset 27384 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 03/03/2014 08:13:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r26999 r27384 483 483 484 484 <div id="comment-<?php echo $comment->comment_ID; ?>" <?php comment_class( array( 'comment-item', wp_get_comment_status($comment->comment_ID) ) ); ?>> 485 486 <?php echo get_avatar( $comment, 50, 'mystery' ); ?> 487 485 488 <?php if ( !$comment->comment_type || 'comment' == $comment->comment_type ) : ?> 486 487 <?php echo get_avatar( $comment, 50, 'mystery' ); ?>488 489 489 490 <div class="dashboard-comment-wrap">
Note: See TracChangeset
for help on using the changeset viewer.