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(); ?>