Comments List Table: fix the translators comment for all count after [34506].
See #17275. Built from https://develop.svn.wordpress.org/trunk@34508 git-svn-id: http://core.svn.wordpress.org/trunk@34472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cb740147be
commit
6fdd384fe0
|
@ -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>',
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34507';
|
||||
$wp_version = '4.4-alpha-34508';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue