Make WordPress Core

Changeset 49727 for branches/5.6


Ignore:
Timestamp:
12/01/2020 07:19:14 PM (6 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.
Reviewed by ryelle, SergeyBiryukov.
Merges [49725] to the 5.6 branch.
Fixes #51886. See #51516, #49715.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-admin/includes/dashboard.php

    r49215 r49727  
    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.