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
This commit is contained in:
parent
8e70bc7720
commit
2c1bfb5baf
|
@ -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">';
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue