Make WordPress Core

Ticket #26618: 26618.diff

File 26618.diff, 1.4 KB (added by nacin, 11 years ago)
  • wp-admin/css/wp-admin.css

     
    33963396        width: 10%;
    33973397}
    33983398
     3399.fixed .column-comment .comment-author {
     3400        display: none;
     3401}
     3402
    33993403.fixed .column-response,
    34003404.fixed .column-categories,
    34013405.fixed .column-tags,
     
    86018605        font-weight: 600;
    86028606}
    86038607
    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 {
    86058615        float: left;
    86068616        margin-right: 10px;
    86078617        margin-top: 1px;
     
    1226212272                display: none;
    1226312273        }
    1226412274
     12275        .fixed .column-comment .comment-author {
     12276                display: block;
     12277        }
     12278
    1226512279        /* Posts */
    1226612280        .column-title {
    1226712281                width: 85%;
  • wp-admin/includes/class-wp-comments-list-table.php

     
    390390                        $delete_url = esc_url( $url . "&action=deletecomment&$del_nonce" );
    391391                }
    392392
     393                echo '<div class="comment-author">';
     394                        $this->column_author( $comment );
     395                echo '</div>';
     396
    393397                echo '<div class="submitted-on">';
    394398                /* translators: 2: comment date, 3: comment time */
    395399                printf( __( 'Submitted on <a href="%1$s">%2$s at %3$s</a>' ), $comment_url,