- Timestamp:
- 01/15/2024 05:40:06 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r57123 r57285 649 649 650 650 if ( ! current_user_can( $edit_post_cap, $comment->comment_post_ID ) 651 && ( ! empty( $post->post_password)651 && ( post_password_required( $comment->comment_post_ID ) 652 652 || ! current_user_can( 'read_post', $comment->comment_post_ID ) ) 653 653 ) {
Note: See TracChangeset
for help on using the changeset viewer.