Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#48839 closed defect (bug) (fixed)

Add param for WP_REST_Meta_Fields get_registered_fields function

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

Description


Attachments (2)

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

Download all attachments as: .zip

Change History (6)

@dkarfa
5 years ago

@dkarfa
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#2 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 46802:

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

Props dkarfa.
Fixes #48839.

#3 @SergeyBiryukov
5 years ago

In 46803:

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

See #48839.

#4 @SergeyBiryukov
5 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.