Administration: Move `.has-row-actions` class in Recent Comments dashboard widget next to `.dashboard-comment-wrap`, for consistency.
Follow-up to [47255]. See #42938. Built from https://develop.svn.wordpress.org/trunk@47256 git-svn-id: http://core.svn.wordpress.org/trunk@47056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8c2fb2148b
commit
5d00e8f78b
|
@ -786,7 +786,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
|||
|
||||
<?php if ( ! $comment->comment_type || 'comment' == $comment->comment_type ) : ?>
|
||||
|
||||
<div class="dashboard-comment-wrap <?php echo $comment_row_class; ?> has-row-actions">
|
||||
<div class="dashboard-comment-wrap has-row-actions <?php echo $comment_row_class; ?>">
|
||||
<p class="comment-meta">
|
||||
<?php
|
||||
// Comments might not have a post they relate to, e.g. programmatically created ones.
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47255';
|
||||
$wp_version = '5.4-alpha-47256';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue