Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #39175, comment 5


Ignore:
Timestamp:
12/08/2016 04:24:01 PM (8 years ago)
Author:
Christian1012
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39175, comment 5

    v1 v2  
    33`window.location.replaceState( data, '', false );`
    44
    5 This code will not throw an exception nor warn them in the console, and work as expected in a theme.  However, as consequence, the Customizer would quietly have the same issues as discussed in this ticket.  Is it perhaps wise to provide that extra check here as well? See [https://core.trac.wordpress.org/attachment/ticket/39175/39175.3.diff].
     5This code will not throw an exception nor warn them in the console, but work as expected in a theme.  However, as consequence, the Customizer would quietly have the same issues as discussed in this ticket.  Is it perhaps wise to provide that extra check here as well? See [https://core.trac.wordpress.org/attachment/ticket/39175/39175.3.diff].