Changeset 51317 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 07/02/2021 07:03:11 PM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51316 r51317 57 57 * 58 58 * @param WP_REST_Request $request Full details about the request. 59 *60 59 * @return true|WP_Error True if the request has permission, WP_Error object otherwise. 61 60 */ … … 84 83 * 85 84 * @param WP_REST_Request $request Full details about the request. 86 *87 85 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 88 86 */ … … 205 203 * @param object $raw_pattern A pattern from api.wordpress.org, before any changes. 206 204 * @param WP_REST_Request $request Request object. 207 *208 205 * @return WP_REST_Response 209 206 */
Note: See TracChangeset
for help on using the changeset viewer.