Ticket #20123: class-wp-comments-list-table.php.diff
| File class-wp-comments-list-table.php.diff, 749 bytes (added by , 14 years ago) |
|---|
-
wp-admin/includes/class-wp-comments-list-table.php
186 186 $actions = array(); 187 187 if ( in_array( $comment_status, array( 'all', 'approved' ) ) ) 188 188 $actions['unapprove'] = __( 'Unapprove' ); 189 if ( in_array( $comment_status, array( 'all', 'moderated' , 'spam') ) )189 if ( in_array( $comment_status, array( 'all', 'moderated' ) ) ) 190 190 $actions['approve'] = __( 'Approve' ); 191 191 if ( in_array( $comment_status, array( 'all', 'moderated', 'approved' ) ) ) 192 192 $actions['spam'] = _x( 'Mark as Spam', 'comment' );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)