From dc5910a4b1ada17f8262e045953393914d0e161b Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@9936 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 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]' ) . '' ); ?>