Changeset 51710
- Timestamp:
- 09/01/2021 12:28:29 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/js/_enqueues/wp/widgets/custom-html.js
r50001 r51710 357 357 } 358 358 359 idBase = widgetForm.find( ' > .widget-control-actions >.id_base' ).val();359 idBase = widgetForm.find( '.id_base' ).val(); 360 360 if ( -1 === component.idBases.indexOf( idBase ) ) { 361 361 return; -
branches/5.8/src/js/_enqueues/wp/widgets/media.js
r50547 r51710 1213 1213 } 1214 1214 1215 idBase = widgetForm.find( ' > .widget-control-actions >.id_base' ).val();1215 idBase = widgetForm.find( '.id_base' ).val(); 1216 1216 1217 1217 ControlConstructor = component.controlConstructors[ idBase ];
Note: See TracChangeset
for help on using the changeset viewer.