Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37270, comment 2


Ignore:
Timestamp:
08/15/2016 03:52:49 PM (8 years ago)
Author:
sayedwp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37270, comment 2

    initial v1  
    44{{{
    55var isDynamicallyCreated = _.isUndefined( wp.customize.settings[ type + 's' ][ id ] ),
    6       active = ! _.isUndefined( activeConstructs[ id ] );
     6    active = ! _.isUndefined( activeConstructs[ id ] );
    77
    88if ( ! isDynamicallyCreated ) {