Changeset 51317 for branches/5.8/src/wp-includes/rest-api/endpoints/class-wp-rest-block-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-block-directory-controller.php
r49955 r51317 50 50 * 51 51 * @param WP_REST_Request $request Full details about the request. 52 *53 52 * @return true|WP_Error True if the request has permission, WP_Error object otherwise. 54 53 */ … … 71 70 * 72 71 * @param WP_REST_Request $request Full details about the request. 73 *74 72 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 75 73 */ … … 115 113 * @param array $plugin The plugin metadata. 116 114 * @param WP_REST_Request $request Request object. 117 *118 115 * @return WP_REST_Response|WP_Error Response object on success, or WP_Error object on failure. 119 116 */ … … 157 154 * 158 155 * @param array $plugin The plugin data from WordPress.org. 159 *160 156 * @return array 161 157 */ … … 185 181 * 186 182 * @param string $slug The WordPress.org directory slug for a plugin. 187 *188 183 * @return string The plugin file found matching it. 189 184 */
Note: See TracChangeset
for help on using the changeset viewer.