diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 19deda1dd5..ef7261883b 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2006,7 +2006,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true break; case 'response': if ( 'single' !== $mode ) - echo ""$post_link" " . sprintf('(%s comments)', $post->comment_count) . '
' . get_the_time(__('Y/m/d \a\t g:ia')) . ''; + echo ""$post_link" " . sprintf ( __ngettext('(%s comment)', '(%s comments)', $post->comment_count), $post->comment_count ) . '
' . get_the_time(__('Y/m/d \a\t g:ia')) . ''; } } echo "\n";