#38429 closed enhancement (fixed)
Add a constructor to WP_REST_Settings_Controller
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.7 | Priority: | normal |
| Severity: | normal | Version: | 4.7 |
| Component: | REST API | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The classWP_REST_Settings_Controller overrides the properties namespace and rest_base.
Instead, the properties should be set by a constructor.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Adds a constructor to
WP_REST_Settings_Controller.