Make WordPress Core

Ticket #38669: 38669.2.diff

File 38669.2.diff, 521 bytes (added by Presskopp, 8 years ago)
  • wp-admin/includes/class-wp-comments-list-table.php

     
    185185
    186186                if ( 'moderated' === $comment_status ) {
    187187                        _e( 'No comments awaiting moderation.' );
     188                } elseif ( 'trash' === $comment_status ) {
     189                        _e( 'No comments found in Trash.' );
    188190                } else {
    189191                        _e( 'No comments found.' );
    190192                }