- Timestamp:
- 08/28/2024 09:51:14 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-post-meta-fields.php
r58831 r58948 3622 3622 } 3623 3623 3624 3625 3624 /** 3626 3625 * Test that single post meta is revisioned when saving to the posts REST API endpoint. … … 3660 3659 $revision_id = array_shift( $revisions )->ID; 3661 3660 3662 // @todo Ensure the revisions endpoint returns the correct meta values3663 3661 // Check that the revisions endpoint returns the correct meta value. 3664 3662 $request = new WP_REST_Request( 'GET', sprintf( '/wp/v2/posts/%d/revisions/%d', $post_id, $revision_id ) );
Note: See TracChangeset
for help on using the changeset viewer.