Make WordPress Core

Ticket #26618: 26618.patch

File 26618.patch, 1.2 KB (added by SergeyBiryukov, 11 years ago)
  • src/wp-admin/css/wp-admin.css

     
    33923392        width: 10%;
    33933393}
    33943394
     3395.fixed .column-comment .comment-author {
     3396        display: none;
     3397}
     3398
    33953399.fixed .column-response,
    33963400.fixed .column-categories,
    33973401.fixed .column-tags,
     
    1224212246                display: none;
    1224312247        }
    1224412248
     12249        .fixed .column-comment .comment-author {
     12250                display: block;
     12251        }
     12252
    1224512253        /* Posts */
    1224612254        .column-title {
    1224712255                width: 85%;
  • src/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,