Changeset 58694 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
- Timestamp:
- 07/09/2024 01:51:12 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php
r56586 r58694 114 114 $statuses['trash'] = get_post_status_object( 'trash' ); 115 115 116 foreach ( $statuses as $ slug => $obj ) {116 foreach ( $statuses as $obj ) { 117 117 $ret = $this->check_read_permission( $obj ); 118 118
Note: See TracChangeset
for help on using the changeset viewer.