Changeset 42604
- Timestamp:
- 01/24/2018 10:30:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/updates.js
r42403 r42604 2424 2424 } 2425 2425 2426 if ( 'undefined' === typeof message.action ) {2426 if ( ! message || 'undefined' === typeof message.action ) { 2427 2427 return; 2428 2428 }
Note: See TracChangeset
for help on using the changeset viewer.