Changeset 57285 for trunk/src/wp-admin/includes/class-wp-list-table.php
- 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-list-table.php
r57123 r57285 833 833 834 834 if ( ! current_user_can( $edit_post_cap, $post_id ) 835 && ( ! empty( $post_object->post_password )835 && ( post_password_required( $post_id ) 836 836 || ! current_user_can( 'read_post', $post_id ) ) 837 837 ) {
Note: See TracChangeset
for help on using the changeset viewer.