Comments List Table: fix the translators comment for all count after [34506].
See #17275. git-svn-id: https://develop.svn.wordpress.org/trunk@34508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
133993389e
commit
5852971d3c
@ -205,7 +205,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
//, number_format_i18n($num_comments->spam) ), "<span class='spam-comment-count'>" . number_format_i18n($num_comments->spam) . "</span>")
|
||||
$stati = array(
|
||||
'all' => str_replace( '%s', '<span class="all-count">%s</span>',
|
||||
/* translators: %s: pending comments count */
|
||||
/* translators: %s: all comments count */
|
||||
_nx_noop(
|
||||
'All <span class="count">(%s)</span>',
|
||||
'All <span class="count">(%s)</span>',
|
||||
|
Loading…
Reference in New Issue
Block a user