Translation fixes for the comments table from msi08. fixes #7583

git-svn-id: http://svn.automattic.com/wordpress/trunk@9132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-13 21:08:34 +00:00
parent 91950354e9
commit 2737ee0ab4
1 changed files with 1 additions and 1 deletions

View File

@ -2006,7 +2006,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
break;
case 'response':
if ( 'single' !== $mode )
echo "<td $attributes>&quot;$post_link&quot; " . sprintf('(%s comments)', $post->comment_count) . '<br />' . get_the_time(__('Y/m/d \a\t g:ia')) . '</td>';
echo "<td $attributes>&quot;$post_link&quot; " . sprintf ( __ngettext('(%s comment)', '(%s comments)', $post->comment_count), $post->comment_count ) . '<br />' . get_the_time(__('Y/m/d \a\t g:ia')) . '</td>';
}
}
echo "</tr>\n";