Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#48839 closed defect (bug) (fixed)

Add param for WP_REST_Meta_Fields get_registered_fields function

Reported by: dkarfa Owned by: SergeyBiryukov
Priority: normal Milestone: 5.4
Component: REST API Version:
Severity: normal Keywords: has-patch
Cc: Focuses: rest-api

Description


Attachments (2)

48839.patch (753 bytes ) - added by dkarfa 7 years ago.
48839.1.patch (1.1 KB ) - added by dkarfa 7 years ago.

Download all attachments as: .zip

Change History (6)

@dkarfa
7 years ago

@dkarfa
7 years ago

#1 @SergeyBiryukov
7 years ago

  • Milestone Awaiting Review5.4
  • Owner set to SergeyBiryukov
  • Status newreviewing

#2 @SergeyBiryukov
7 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 46802:

REST API: Use a strict in_array() check in WP_REST_Meta_Fields::get_registered_fields().

Props dkarfa.
Fixes #48839.

#3 @SergeyBiryukov
7 years ago

In 46803:

REST API: Use a strict in_array() check in WP_REST_Request::get_parameter_order().

See #48839.

#4 @SergeyBiryukov
7 years ago

In 46804:

REST API: Use strict in_array() checks for the list of usernames blacklisted via illegal_user_logins filter.

See #48839.

Note: See TracTickets for help on using tickets.