Changeset 51289 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-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-block-directory-controller.php
r49955 r51289 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.