Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34624 closed defect (bug) (fixed)

REST API: Wrong access tag for get_parameter_order

Reported by: Frozzare Owned by: ocean90
Priority: normal Milestone: 4.4
Component: REST API Version: 4.4
Severity: normal Keywords: has-patch commit
Cc: Focuses: docs

Description

I notice that the method get_parameter_order in WP_REST_Request has the wrong @access tag. It says public but the method is protected.

Attachments (1)

34624.patch (481 bytes ) - added by Frozzare 11 years ago.

Download all attachments as: .zip

Change History (4)

@Frozzare
11 years ago

#1 @swissspidy
11 years ago

  • Keywords has-patch added

#2 @dd32
11 years ago

  • Keywords commit added
  • Milestone Awaiting Review4.4

#3 @ocean90
11 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

In 35612:

REST API: Use correct @access tag for WP_REST_Request->get_parameter_order().

Props Frozzare.
Fixes #34624.

Note: See TracTickets for help on using tickets.