From dccee153c34227553276aa4f9a50750280e2b84e Mon Sep 17 00:00:00 2001 From: azaozz Date: Fri, 28 Nov 2008 04:50:15 +0000 Subject: [PATCH] Show link to the comment in the dashboard widget, props bobrik, fixes 8399 git-svn-id: http://svn.automattic.com/wordpress/trunk@9936 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 d9b26eaebf..e4b6113539 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -473,7 +473,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { comment_type || 'comment' == $comment->comment_type ) : ?> -

' . get_comment_author_link() . '', $comment_post_link, ' ' . __( '[Pending]' ) . '' ); ?>

+

' . get_comment_author_link() . '', $comment_post_link." ".$comment_link, ' ' . __( '[Pending]' ) . '' ); ?>