From 511e6fcb497387d56f55a9460a9165fb1b883ac0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Dec 2020 19:19:14 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index d63971c1a2..6855aa6c96 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1047,7 +1047,7 @@ function wp_dashboard_recent_comments( $total_items = 5 ) { } if ( $comments ) { - echo '
'; + echo '
'; echo '

' . __( 'Recent Comments' ) . '

'; echo '
    ';