- Timestamp:
- 07/18/2017 10:35:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/widgets/text-widgets.js
r41050 r41088 286 286 * callbacks. See <https://core.trac.wordpress.org/ticket/33507>. 287 287 */ 288 if ( wp.customize ) {288 if ( wp.customize && wp.customize.state ) { 289 289 wp.customize.state( 'processing' ).set( wp.customize.state( 'processing' ).get() + 1 ); 290 290 _.delay( function() {
Note: See TracChangeset
for help on using the changeset viewer.