Ticket #26618: 26618.patch
File 26618.patch, 1.2 KB (added by , 11 years ago) |
---|
-
src/wp-admin/css/wp-admin.css
3392 3392 width: 10%; 3393 3393 } 3394 3394 3395 .fixed .column-comment .comment-author { 3396 display: none; 3397 } 3398 3395 3399 .fixed .column-response, 3396 3400 .fixed .column-categories, 3397 3401 .fixed .column-tags, … … 12242 12246 display: none; 12243 12247 } 12244 12248 12249 .fixed .column-comment .comment-author { 12250 display: block; 12251 } 12252 12245 12253 /* Posts */ 12246 12254 .column-title { 12247 12255 width: 85%; -
src/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,