Opened 20 months ago
Closed 20 months ago
#18737 closed defect (bug) (fixed)
Always run the sanitize_option_* filter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Validation | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ryan)
The sanitize_option_* filter triggered in sanitize_option() does not run for core options that are part of the switch statement. When options are added to this switch they are no longer run through the filter. This can create plugin back compat issues. Let's run that filter for all options.
Change History (2)
Note: See
TracTickets for help on using
tickets.

In [18738]: