Make WordPress Core

Ticket #36938: 36938.patch

File 36938.patch, 788 bytes (added by dabnpits, 10 years ago)
  • wp-admin/includes/class-wp-comments-list-table.php

     
    201201
    202202                $status_links = array();
    203203                $num_comments = ( $post_id ) ? wp_count_comments( $post_id ) : wp_count_comments();
    204                 //, number_format_i18n($num_comments->moderated) ), "<span class='comment-count'>" . number_format_i18n($num_comments->moderated) . "</span>"),
    205                 //, number_format_i18n($num_comments->spam) ), "<span class='spam-comment-count'>" . number_format_i18n($num_comments->spam) . "</span>")
     204
    206205                $stati = array(
    207206                        /* translators: %s: all comments count */
    208207                        'all' => _nx_noop(