Changeset 44817
- Timestamp:
- 03/07/2019 10:34:03 PM (6 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/js/_enqueues/wp/widgets/custom-html.js
r44474 r44817 116 116 if ( ! control.contentUpdateBypassed ) { 117 117 syncInput = control.syncContainer.find( '.sync-input.content' ); 118 control.fields.content.val( syncInput.val() ) .trigger( 'change' );118 control.fields.content.val( syncInput.val() ); 119 119 } 120 120 },
Note: See TracChangeset
for help on using the changeset viewer.