Make WordPress Core

Changeset 49725


Ignore:
Timestamp:
12/01/2020 06:14:37 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Administration: Make sure row actions for recent comments in Activity dashboard widget stay visible when a single row gets focus.

Follow-up to [49142].

Props sabernhardt, kebbet, hareesh-pillai, pbiron.
Fixes #51886. See #51516, #49715.

File:
1 edited

Legend:

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

    r49215 r49725  
    10481048
    10491049    if ( $comments ) {
    1050         echo '<div id="latest-comments" class="activity-block">';
     1050        echo '<div id="latest-comments" class="activity-block table-view-list">';
    10511051        echo '<h3>' . __( 'Recent Comments' ) . '</h3>';
    10521052
Note: See TracChangeset for help on using the changeset viewer.