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
This commit is contained in:
ryan 2009-10-01 17:42:33 +00:00
parent 93b3ed3915
commit 3ab19e267d
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
?>
<div class="dashboard-comment-wrap">
<?php /* translators: %1$s is type of comment, %2$s is link to the post */ ?>
<h4 class="comment-meta"><?php printf( _x( '%1$s on %2$s', 'dashboard' ), "<strong>$type</strong>", $comment_post_link ); ?></h4>
<h4 class="comment-meta"><?php printf( _x( '%1$s on %2$s', 'dashboard' ), "<strong>$type</strong>", $comment_post_link." ".$comment_link ); ?></h4>
<p class="comment-author"><?php comment_author_link(); ?></p>
<?php endif; // comment_type ?>