Administration: Move .has-row-actions
class in Recent Comments dashboard widget next to .dashboard-comment-wrap
, for consistency.
Follow-up to [47255]. See #42938. git-svn-id: https://develop.svn.wordpress.org/trunk@47256 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
196fc7ab60
commit
d9c6c5eed9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user