Ticket #38669: 38669.2.diff
File 38669.2.diff, 521 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/class-wp-comments-list-table.php
185 185 186 186 if ( 'moderated' === $comment_status ) { 187 187 _e( 'No comments awaiting moderation.' ); 188 } elseif ( 'trash' === $comment_status ) { 189 _e( 'No comments found in Trash.' ); 188 190 } else { 189 191 _e( 'No comments found.' ); 190 192 }