Opened 2 years ago
Last modified 10 months ago
#53622 accepted defect (bug)
Query Param status default is a string value, but an array is required
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | |
Component: | REST API | Keywords: | needs-patch needs-unit-tests |
Focuses: | rest-api | Cc: |
Description
The default value in the collection params that is a string. https://github.com/WordPress/wordpress-develop/blob/953e1c5f8313a89d4d3b99ab5996b4660045c976/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php#L2847
Really, we should make that ['publish']
.
Original commit: https://github.com/WordPress/wordpress-develop/commit/ede099a7047a150a37d43a380e661b99387bce41
Change History (2)
Note: See
TracTickets for help on using
tickets.