Changeset 37584
- Timestamp:
- 05/27/2016 02:09:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37537 r37584 952 952 ob_start(); 953 953 foreach ( $wp_list_table->items as $comment ) { 954 if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) )954 if ( ! current_user_can( 'edit_comment', $comment->comment_ID ) && 0 === $comment->comment_approved ) 955 955 continue; 956 956 get_comment( $comment );
Note: See TracChangeset
for help on using the changeset viewer.