Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39407, comment 1


Ignore:
Timestamp:
12/28/2016 02:52:00 PM (9 years ago)
Author:
adamsilverstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39407, comment 1

    initial v1  
    11@n247s Thanks for the bug report. What version of WordPress are you running?
    22
    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 Twentyfourteen works 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.
     3The 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.