From 3d6cfe8255cba77850f2933c75e7b053feefd3d5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 25 Nov 2008 21:51:28 +0000 Subject: [PATCH] Use comment ID. see #8344 git-svn-id: https://develop.svn.wordpress.org/trunk@9884 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 f88f55942d..b176ba69cf 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_comment_link($post->ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); + printf(__('Submitted on %2$s at %3$s'), get_comment_link($comment->comment_ID), get_comment_date(__('Y/m/d')), get_comment_date(__('g:ia'))); echo '
'; comment_text(); ?>