Changes between Version 2 and Version 3 of Ticket #30937, comment 69
- Timestamp:
- 11/09/2017 06:30:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30937, comment 69
v2 v3 13 13 > } ) 14 14 > }}} 15 > '''Update:''' As of WordPress 4.9 th is last line call should be changed to:15 > '''Update:''' As of WordPress 4.9 the `save` call should be changed to the following so that the UI reflects the new state: 16 16 > {{{#!js 17 17 > wp.customize.state( 'selectedChangesetStatus' ).set( 'future' );