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

git-svn-id: https://develop.svn.wordpress.org/trunk@9132 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-13 21:08:34 +00:00
parent b16a2c07c6
commit b93e939f86
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";