From fd9db1c2949c5165288a87d420a3ac42bbddc556 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 11 Nov 2008 23:55:59 +0000 Subject: [PATCH] Make In Response To more compect. Add link to post. git-svn-id: http://svn.automattic.com/wordpress/trunk@9624 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 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 ''; }