Opened 13 years ago
Closed 13 years ago
#18737 closed defect (bug) (fixed)
Always run the sanitize_option_* filter
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | Validation | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
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]: