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
This commit is contained in:
Rachel Baker 2016-06-02 15:07:28 +00:00
parent f6980a5fd7
commit d287f19a0f
2 changed files with 2 additions and 3 deletions

View File

@ -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) ), "<span class='comment-count'>" . number_format_i18n($num_comments->moderated) . "</span>"),
//, number_format_i18n($num_comments->spam) ), "<span class='spam-comment-count'>" . number_format_i18n($num_comments->spam) . "</span>")
$stati = array(
/* translators: %s: all comments count */
'all' => _nx_noop(

View File

@ -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.