Opened 6 years ago
Closed 5 years ago
#48297 closed defect (bug) (fixed)
Added missing property in `WP_REST_Autosaves_Controller` class
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.6 | Priority: | normal |
| Severity: | normal | Version: | 5.0 |
| Component: | REST API | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Added missing property $rest_namespace in WP_REST_Autosaves_Controller class
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
The autosaves controller should be using
$this->namespacewhich is defined byWP_REST_Controllerasprotectedinstead of its own property here.