Changes between Initial Version and Version 1 of Ticket #51909
- Timestamp:
- 12/01/2020 06:27:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51909
-
Property
Version
changed from
to4.8
-
Property
Version
changed from
-
Ticket #51909 – Description
initial v1 1 Changeset 39967introduced a new behavior in parts of the API. A request for posts with a page parameter that is out of range results in a status 400 and rest_post_invalid_page_number error response.1 Changeset [39967] introduced a new behavior in parts of the API. A request for posts with a page parameter that is out of range results in a status 400 and rest_post_invalid_page_number error response. 2 2 3 3 This is different behavior than the class-wp-rest-users-controller, which happily returns a status 200 with an empty array, and it always has. Status 200 with an empty array is the more correct behavior, in my opinion.