From c763a657d89e4105ae4cc6f03c0842ea8865bbf8 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 25 Nov 2008 21:51:28 +0000 Subject: [PATCH] Use comment ID. see #8344 git-svn-id: http://svn.automattic.com/wordpress/trunk@9884 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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(); ?>