- Timestamp:
- 09/14/2023 12:44:23 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r56571 r56586 1020 1020 // Restores the more descriptive, specific name for use within this method. 1021 1021 $post = $item; 1022 1022 1023 $show = current_user_can( 'edit_post', $post->ID ); 1023 1024 … … 1459 1460 1460 1461 // Restores the more descriptive, specific name for use within this method. 1461 $post = $item; 1462 $post = $item; 1463 1462 1464 $post_type_object = get_post_type_object( $post->post_type ); 1463 1465 $can_edit_post = current_user_can( 'edit_post', $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.