Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239
git-svn-id: http://svn.automattic.com/wordpress/trunk@9752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88c0fcf12d
commit
61b2941eba
|
@ -461,7 +461,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
||||||
if ( 'reply' == $action || 'quickedit' == $action )
|
if ( 'reply' == $action || 'quickedit' == $action )
|
||||||
$action .= ' hide-if-no-js';
|
$action .= ' hide-if-no-js';
|
||||||
|
|
||||||
$actions_string .= "<span class='$action'>$sep$link</span>";
|
$actions_string .= "$sep<span class='$action'>$link</span>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue