From 514e7ed4a1bd3389010f643c90e1319cd699dd7b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 11 Nov 2008 23:55:59 +0000 Subject: [PATCH] Make In Response To more compect. Add link to post. git-svn-id: https://develop.svn.wordpress.org/trunk@9624 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 17b1545315..e679dafc42 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1998,7 +1998,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true echo ""$post_link" "; echo '' . sprintf ( __ngettext('(%s comment)', '(%s comments)', $post->comment_count), $post->comment_count ) . '
'; + echo '">' . sprintf ( __ngettext('(%s)', '(%s)', $post->comment_count), number_format_i18n($post->comment_count) ) . ' #
'; echo get_the_time(__('Y/m/d \a\t g:ia')); echo ''; }