Changeset 49927 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
- 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-block-directory-controller.php
r49559 r49927 51 51 * @param WP_REST_Request $request Full details about the request. 52 52 * 53 * @return WP_Error| boolTrue if the request has permission, WP_Error object otherwise.53 * @return WP_Error|true True if the request has permission, WP_Error object otherwise. 54 54 */ 55 55 public function get_items_permissions_check( $request ) {
Note: See TracChangeset
for help on using the changeset viewer.