From 21ff8690249aeb108ff5254491f0c56faf4fb83b Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@11988 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 bb8efdc186..c853b4de23 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 ); ?>