Changes between Initial Version and Version 1 of Ticket #18737
- Timestamp:
- 09/21/11 16:34:26 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18737 – Description
initial v1 1 The sanitize_option_* filter trigger 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.1 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.
