Changeset 51286 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 06/30/2021 05:58:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51280 r51286 58 58 * @param WP_REST_Request $request Full details about the request. 59 59 * 60 * @return WP_Error|boolTrue if the request has permission, WP_Error object otherwise.60 * @return true|WP_Error True if the request has permission, WP_Error object otherwise. 61 61 */ 62 62 public function get_items_permissions_check( $request ) { … … 85 85 * @param WP_REST_Request $request Full details about the request. 86 86 * 87 * @return WP_ Error|WP_REST_ResponseResponse object on success, or WP_Error object on failure.87 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 88 88 */ 89 89 public function get_items( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.