Changeset 41089 for branches/4.8
- Timestamp:
- 07/18/2017 10:39:40 PM (7 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/js/widgets/text-widgets.js
r41067 r41089 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.