Changeset 51298 for trunk/src/wp-includes/embed.php
- Timestamp:
- 07/01/2021 09:01:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r50556 r51298 723 723 * @since 4.4.0 724 724 * 725 * @param bool 726 * @param WP_HTTP_Response Interface $result Result to send to the client. Usually a WP_REST_Response.727 * @param WP_REST_Request 728 * @param WP_REST_Server 725 * @param bool $served Whether the request has already been served. 726 * @param WP_HTTP_Response $result Result to send to the client. Usually a `WP_REST_Response`. 727 * @param WP_REST_Request $request Request used to generate the response. 728 * @param WP_REST_Server $server Server instance. 729 729 * @return true 730 730 */
Note: See TracChangeset
for help on using the changeset viewer.