From c51af5dec91728a2a936eb3c00b2f2e603ed9823 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 18 Nov 2008 08:05:11 +0000 Subject: [PATCH] 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 --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 7ce2e9a547..f4db42cf37 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -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 .= "$sep$link"; + $actions_string .= "$sep$link"; } }