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:
parent
b16a2c07c6
commit
b93e939f86
@ -2006,7 +2006,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
||||
break;
|
||||
case 'response':
|
||||
if ( 'single' !== $mode )
|
||||
echo "<td $attributes>"$post_link" " . sprintf('(%s comments)', $post->comment_count) . '<br />' . get_the_time(__('Y/m/d \a\t g:ia')) . '</td>';
|
||||
echo "<td $attributes>"$post_link" " . 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";
|
||||
|
Loading…
Reference in New Issue
Block a user