Changeset 42605
- Timestamp:
- 01/24/2018 10:31:51 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/js/updates.js
r42046 r42605 2438 2438 } 2439 2439 2440 if ( 'undefined' === typeof message.action ) {2440 if ( ! message || 'undefined' === typeof message.action ) { 2441 2441 return; 2442 2442 }
Note: See TracChangeset
for help on using the changeset viewer.