Changeset 47122 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r46811 r47122 53 53 wp_defer_comment_counting( true ); 54 54 55 foreach ( $comment_ids as $comment_id ) { // Check the permissions on each 55 foreach ( $comment_ids as $comment_id ) { // Check the permissions on each. 56 56 if ( ! current_user_can( 'edit_comment', $comment_id ) ) { 57 57 continue;
Note: See TracChangeset
for help on using the changeset viewer.