Opened 6 years ago
Closed 6 years ago
#50259 closed defect (bug) (fixed)
Documentation return type mistake in REST meta fields class
| Reported by: | chrisvanpatten | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.5 |
| Component: | REST API | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
The return value of get_value is incorrectly documented as object|WP_Error; in fact the return type is array.
Attachments (1)
Change History (5)
This ticket was mentioned in PR #296 on WordPress/wordpress-develop by chrisvanpatten.
6 years ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core-restapi by chrisvanpatten. View the logs.
6 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixes incorrect return type documentation on
WP_REST_Meta_Fields::get_value.Trac ticket: https://core.trac.wordpress.org/ticket/50259