From d287f19a0feb0f6807ff8694a4525880fcf2d47e Mon Sep 17 00:00:00 2001 From: Rachel Baker Date: Thu, 2 Jun 2016 15:07:28 +0000 Subject: [PATCH] Comments: Remove debugging code left in `WP_Comments_List_Table->get_views()`. Originally introduced in [9556] and leftover from [15578]. Props dabnpits. Fixes #36938. Built from https://develop.svn.wordpress.org/trunk@37624 git-svn-id: http://core.svn.wordpress.org/trunk@37592 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-comments-list-table.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index b1f6f542ff..6e27a3fa2e 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -201,8 +201,7 @@ class WP_Comments_List_Table extends WP_List_Table { $status_links = array(); $num_comments = ( $post_id ) ? wp_count_comments( $post_id ) : wp_count_comments(); - //, number_format_i18n($num_comments->moderated) ), "" . number_format_i18n($num_comments->moderated) . ""), - //, number_format_i18n($num_comments->spam) ), "" . number_format_i18n($num_comments->spam) . "") + $stati = array( /* translators: %s: all comments count */ 'all' => _nx_noop( diff --git a/wp-includes/version.php b/wp-includes/version.php index 7d3aa2f505..b8cde04073 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37623'; +$wp_version = '4.6-alpha-37624'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.