Changeset 49089
- Timestamp:
- 10/03/2020 01:20:49 AM (4 years ago)
- Location:
- trunk/src/wp-includes/rest-api
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php
r49088 r49089 186 186 * 187 187 * @since 5.0.0 188 * @since 5.6.0 The `$id` parameter can accept a string. 188 189 * 189 190 * @param int|string $id ID of the item to prepare. -
trunk/src/wp-includes/rest-api/search/class-wp-rest-search-handler.php
r49088 r49089 79 79 * 80 80 * @since 5.0.0 81 * @since 5.6.0 The `$id` parameter can accept a string. 81 82 * 82 83 * @param int|string $id Item ID. … … 90 91 * 91 92 * @since 5.0.0 93 * @since 5.6.0 The `$id` parameter can accept a string. 92 94 * 93 95 * @param int|string $id Item ID.
Note: See TracChangeset
for help on using the changeset viewer.