Changeset 29329
- Timestamp:
- 07/30/2014 04:23:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r29051 r29329 589 589 return; 590 590 } 591 592 // Any controls not even registered on the previewed URL are not active either593 api.control.each( function ( control ) {594 if ( typeof data.activeControls[ control.id ] === 'undefined' ) {595 data.activeControls[ control.id ] = false;596 }597 } );598 591 599 592 $.each( data.activeControls, function ( id, active ) {
Note: See TracChangeset
for help on using the changeset viewer.