Make WordPress Core

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)

50259.diff (775 bytes ) - added by chrisvanpatten 6 years ago.

Download all attachments as: .zip

Change History (5)

This ticket was mentioned in PR #296 on WordPress/wordpress-develop by chrisvanpatten.


6 years ago
#1

  • Keywords has-patch added

Fixes incorrect return type documentation on WP_REST_Meta_Fields::get_value.

Trac ticket: https://core.trac.wordpress.org/ticket/50259

@chrisvanpatten
6 years ago

This ticket was mentioned in Slack in #core-restapi by chrisvanpatten. View the logs.


6 years ago

#3 @SergeyBiryukov
6 years ago

  • Milestone Awaiting Review5.5

#4 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 47858:

Docs: Correct @return value for WP_REST_Meta_Fields::get_value().

Props chrisvanpatten.
Fixes #50259.

Note: See TracTickets for help on using tickets.