Opened 10 years ago
Closed 10 years ago
#37759 closed defect (bug) (fixed)
Outdated `WP_Customize_Manager::validate_setting_values()` docs
| Reported by: | dlh | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Customize | Version: | 4.6 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | docs |
Description
After [37942], validation occurs before sanitization in WP_Customize_Manager::validate_setting_values(), but the method docs still mention the old order. The attached patch attempts to revise the docs.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good catch.