Changes between Initial Version and Version 1 of Ticket #57728, comment 6
- Timestamp:
- 04/08/2023 03:10:07 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57728, comment 6
initial v1 1 1 Thanks for the PR! 2 2 3 Looks like it might have unintended consequences though, as some options, e.g. `blog_public`, actually rely on `null` being passed to `update_option()` if the option was not sent to `options.php` see [21849] and [21851] / #16416.3 Looks like it might have unintended consequences though, as some options, e.g. `blog_public`, actually rely on `null` being passed to `update_option()` if the option was not sent to `options.php`, see [21849] and [21851] / #16416. 4 4 5 5 I believe we can specifically check if `gmt_offset` is a string in `sanitize_option()`, see [attachment:"57728.diff"].