- Timestamp:
- 01/16/2014 08:33:45 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26952 r26961 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, … … 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; … … 12263 12273 } 12264 12274 12275 .fixed .column-comment .comment-author { 12276 display: block; 12277 } 12278 12265 12279 /* Posts */ 12266 12280 .column-title { -
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r26273 r26961 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 */
Note: See TracChangeset
for help on using the changeset viewer.