mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 03:49:54 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@49727 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
40a6bc1a01
commit
511e6fcb49
@ -1047,7 +1047,7 @@ function wp_dashboard_recent_comments( $total_items = 5 ) {
|
||||
}
|
||||
|
||||
if ( $comments ) {
|
||||
echo '<div id="latest-comments" class="activity-block">';
|
||||
echo '<div id="latest-comments" class="activity-block table-view-list">';
|
||||
echo '<h3>' . __( 'Recent Comments' ) . '</h3>';
|
||||
|
||||
echo '<ul id="the-comment-list" data-wp-lists="list:comment">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user