Changeset 57696
- Timestamp:
- 02/22/2024 05:56:09 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/updates.js
r57615 r57696 3261 3261 } 3262 3262 3263 if ( 'undefined' === typeof message.action || 'undefined' === typeof message.data.slug) {3263 if ( 'undefined' === typeof message.action ) { 3264 3264 return; 3265 3265 } … … 3275 3275 case 'install-plugin': 3276 3276 case 'update-plugin': 3277 if ( 'undefined' === typeof message.data || 'undefined' === typeof message.data.slug ) { 3278 return; 3279 } 3280 3277 3281 message.data = wp.updates._addCallbacks( message.data, message.action ); 3278 3282
Note: See TracChangeset
for help on using the changeset viewer.