Make WordPress Core

Changeset 19723


Ignore:
Timestamp:
01/09/2012 07:53:51 PM (13 years ago)
Author:
nacin
Message:

'No comments awaiting moderation.' props demetris. fixes #15689.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-comments-list-table.php

    r19712 r19723  
    131131
    132132        if ( 'moderated' == $comment_status )
    133             _e( 'No comments awaiting moderation… yet.' );
     133            _e( 'No comments awaiting moderation.' );
    134134        else
    135135            _e( 'No comments found.' );
Note: See TracChangeset for help on using the changeset viewer.