Ticket #26618: 26618.diff
File 26618.diff, 1.4 KB (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.css
3396 3396 width: 10%; 3397 3397 } 3398 3398 3399 .fixed .column-comment .comment-author { 3400 display: none; 3401 } 3402 3399 3403 .fixed .column-response, 3400 3404 .fixed .column-categories, 3401 3405 .fixed .column-tags, … … 8601 8605 font-weight: 600; 8602 8606 } 8603 8607 8604 .column-author img, .column-username img { 8608 .column-comment .comment-author { 8609 margin-bottom: 0.6em; 8610 } 8611 8612 .column-author img, 8613 .column-username img, 8614 .column-comment .comment-author img { 8605 8615 float: left; 8606 8616 margin-right: 10px; 8607 8617 margin-top: 1px; … … 12262 12272 display: none; 12263 12273 } 12264 12274 12275 .fixed .column-comment .comment-author { 12276 display: block; 12277 } 12278 12265 12279 /* Posts */ 12266 12280 .column-title { 12267 12281 width: 85%; -
wp-admin/includes/class-wp-comments-list-table.php
390 390 $delete_url = esc_url( $url . "&action=deletecomment&$del_nonce" ); 391 391 } 392 392 393 echo '<div class="comment-author">'; 394 $this->column_author( $comment ); 395 echo '</div>'; 396 393 397 echo '<div class="submitted-on">'; 394 398 /* translators: 2: comment date, 3: comment time */ 395 399 printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,