From 6fdd384fe02c3239dce19870319cee15e70592e4 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 24 Sep 2015 18:40:24 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-comments-list-table.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index ebc755167b..92a6c4caed 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -205,7 +205,7 @@ class WP_Comments_List_Table extends WP_List_Table { //, number_format_i18n($num_comments->spam) ), "" . number_format_i18n($num_comments->spam) . "") $stati = array( 'all' => str_replace( '%s', '%s', - /* translators: %s: pending comments count */ + /* translators: %s: all comments count */ _nx_noop( 'All (%s)', 'All (%s)', diff --git a/wp-includes/version.php b/wp-includes/version.php index d84cfd3cd1..b0f905226f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.