- Timestamp:
- 11/12/2019 10:40:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
r46586 r46729 432 432 * @since 4.7.0 433 433 * 434 * @param (mixed)$result The revision object (if it was deleted or moved to the trash successfully)435 * or false(failure). If the revision was moved to the trash, $result represents436 * its new state; if it was deleted, $result represents its state before deletion.434 * @param WP_Post|false|null $result The revision object (if it was deleted or moved to the trash successfully) 435 * or false or null (failure). If the revision was moved to the trash, $result represents 436 * its new state; if it was deleted, $result represents its state before deletion. 437 437 * @param WP_REST_Request $request The request sent to the API. 438 438 */
Note: See TracChangeset
for help on using the changeset viewer.