Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8/src/wp-admin/includes/class-wp-comments-list-table.php

    r26273 r26962  
    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 */
Note: See TracChangeset for help on using the changeset viewer.