Changeset 54855 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 11/17/2022 06:13:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r54663 r54855 554 554 * 555 555 * @since 4.4.0 556 * @since 5.4.0 The $embedparameter can now contain a list of link relations to include.556 * @since 5.4.0 The `$embed` parameter can now contain a list of link relations to include. 557 557 * 558 558 * @param WP_REST_Response $response Response object. … … 678 678 * 679 679 * @since 4.4.0 680 * @since 5.4.0 The $embedparameter can now contain a list of link relations to include.680 * @since 5.4.0 The `$embed` parameter can now contain a list of link relations to include. 681 681 * 682 682 * @param array $data Data from the request. … … 760 760 * 761 761 * @since 4.4.0 762 * @since 6.0.0 The $embed parameter can now contain a list of link relations to include762 * @since 6.0.0 The `$embed` parameter can now contain a list of link relations to include. 763 763 * 764 764 * @param WP_REST_Response $response Response object.
Note: See TracChangeset
for help on using the changeset viewer.