Changeset 39505 for branches/4.7
- Timestamp:
- 12/05/2016 04:56:50 PM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-admin/js/customize-controls.js
r39345 r39505 4747 4747 4748 4748 if ( history.replaceState ) { 4749 saved.bind( function( isSaved ) {4750 if ( ! isSaved ) {4751 populateChangesetUuidParam( true );4752 }4753 } );4754 4749 changesetStatus.bind( function( newStatus ) { 4755 populateChangesetUuidParam( '' !== newStatus );4750 populateChangesetUuidParam( '' !== newStatus && 'publish' !== newStatus ); 4756 4751 } ); 4757 4752 }
Note: See TracChangeset
for help on using the changeset viewer.