From 2c1bfb5bafc546b8f4a7f46286145d6dfc7ad44d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Dec 2020 18:16:07 +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. Built from https://develop.svn.wordpress.org/trunk@49725 git-svn-id: http://core.svn.wordpress.org/trunk@49448 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index d63971c1a2..6855aa6c96 100644 --- a/wp-admin/includes/dashboard.php +++ b/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 '
    '; diff --git a/wp-includes/version.php b/wp-includes/version.php index 6526d12d69..105a03c112 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49722'; +$wp_version = '5.7-alpha-49725'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.