Changeset 55696
- Timestamp:
- 04/28/2023 10:03:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r55021 r55696 411 411 } 412 412 413 $parent_post_type = get_post_type_object( $parent->post_type );414 415 413 if ( ! current_user_can( 'delete_post', $parent->ID ) ) { 416 414 return new WP_Error(
Note: See TracChangeset
for help on using the changeset viewer.