Changeset 51289 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
- Timestamp:
- 06/30/2021 06:42:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php
r51286 r51289 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.