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:
parent
91950354e9
commit
2737ee0ab4
|
@ -2006,7 +2006,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
|
||||||
break;
|
break;
|
||||||
case 'response':
|
case 'response':
|
||||||
if ( 'single' !== $mode )
|
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";
|
echo "</tr>\n";
|
||||||
|
|
Loading…
Reference in New Issue