- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r49923 r49927 427 427 * 428 428 * @param WP_REST_Request $request Full details about the request. 429 * @return bool|WP_Error True if the request has read access for the item, WP_Error object otherwise.429 * @return true|WP_Error True if the request has read access for the item, WP_Error object otherwise. 430 430 */ 431 431 public function get_item_permissions_check( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.