Make WordPress Core


Ignore:
Timestamp:
02/11/2020 01:19:55 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Move .has-row-actions class in Recent Comments dashboard widget next to .dashboard-comment-wrap, for consistency.

Follow-up to [47255].

See #42938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r47255 r47256  
    787787            <?php if ( ! $comment->comment_type || 'comment' == $comment->comment_type ) : ?>
    788788
    789             <div class="dashboard-comment-wrap <?php echo $comment_row_class; ?> has-row-actions">
     789            <div class="dashboard-comment-wrap has-row-actions <?php echo $comment_row_class; ?>">
    790790            <p class="comment-meta">
    791791                <?php
Note: See TracChangeset for help on using the changeset viewer.