From 3ab19e267d57c164f011c3cf9f7d40cb941b0c20 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 1 Oct 2009 17:42:33 +0000 Subject: [PATCH] Show link back to post for pingbacks in the recent comments dashboard widget. Props scribu. fixes #10622 git-svn-id: http://svn.automattic.com/wordpress/trunk@11988 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 bb8efdc18..c853b4de2 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -584,7 +584,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { ?>
-

$type", $comment_post_link ); ?>

+

$type", $comment_post_link." ".$comment_link ); ?>