From b1385b73fe913107250329788b8eac35d2e92f6e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Dec 2020 18:14:37 +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. Fixes #51886. See #51516, #49715. git-svn-id: https://develop.svn.wordpress.org/trunk@49725 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 '
    ';