Changeset 26962
- Timestamp:
- 01/16/2014 09:35:27 PM (11 years ago)
- Location:
- branches/3.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-admin/css/wp-admin.css
r26956 r26962 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, … … 8625 8629 } 8626 8630 8627 .column-author img, .column-username img { 8631 .column-comment .comment-author { 8632 margin-bottom: 0.6em; 8633 } 8634 8635 .column-author img, 8636 .column-username img, 8637 .column-comment .comment-author img { 8628 8638 float: left; 8629 8639 margin-right: 10px; … … 12286 12296 } 12287 12297 12298 .fixed .column-comment .comment-author { 12299 display: block; 12300 } 12301 12288 12302 /* Posts */ 12289 12303 .column-title { -
branches/3.8/src/wp-admin/includes/class-wp-comments-list-table.php
r26273 r26962 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.