Changeset 19723
- Timestamp:
- 01/09/2012 07:53:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-comments-list-table.php
r19712 r19723 131 131 132 132 if ( 'moderated' == $comment_status ) 133 _e( 'No comments awaiting moderation … yet.' );133 _e( 'No comments awaiting moderation.' ); 134 134 else 135 135 _e( 'No comments found.' );
Note: See TracChangeset
for help on using the changeset viewer.