Changes between Initial Version and Version 1 of Ticket #39407, comment 1
- Timestamp:
- 12/28/2016 02:52:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39407, comment 1
initial v1 1 1 @n247s Thanks for the bug report. What version of WordPress are you running? 2 2 3 The line of code throwing the error was introduced in WordPress 4.5 in [37040] "Customize: Require opt-in for selective refresh of widgets.". Since `is_customize_preview()` was introduced in 4.0.0 and Twenty fourteen worksfrom WordPress 3.6 and up, this is a problem. Introducing a shim for this function directly in the theme is probably a safe fix.3 The line of code throwing the error was introduced in WordPress 4.5 in [37040] "Customize: Require opt-in for selective refresh of widgets.". Since `is_customize_preview()` was introduced in 4.0.0 and Twenty Fourteen should work from WordPress 3.6 and up, this is a problem. Introducing a shim for this function directly in the theme is probably a safe fix.