From 43ef0e2722e516f3e48a65153994fb7086daf125 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 25 Nov 2008 21:16:20 +0000 Subject: [PATCH] Use comment link. see #8344 git-svn-id: https://develop.svn.wordpress.org/trunk@9881 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 25d03d12a5..f88f55942d 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1970,7 +1970,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true, case 'comment': echo ""; echo '
'; - printf(__('Submitted on %2$s at %3$s'), get_permalink($post->ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); + printf(__('Submitted on %2$s at %3$s'), get_comment_link($post->ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); echo '
'; comment_text(); ?>