Ticket #26019: 26019.patch
File 26019.patch, 622 bytes (added by , 12 years ago) |
---|
-
src/wp-includes/js/customize-preview.js
90 90 preview.send( 'synced' ); 91 91 }); 92 92 93 94 95 96 93 preview.bind( 'active', function() { 94 if ( api.settings.nonce ) 95 preview.send( 'nonce', api.settings.nonce ); 96 }); 97 97 98 98 preview.send( 'ready' ); 99 99