mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239
git-svn-id: https://develop.svn.wordpress.org/trunk@9752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -461,7 +461,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
||||
if ( 'reply' == $action || 'quickedit' == $action )
|
||||
$action .= ' hide-if-no-js';
|
||||
|
||||
$actions_string .= "<span class='$action'>$sep$link</span>";
|
||||
$actions_string .= "$sep<span class='$action'>$link</span>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user