Ticket #43005: 43005.2.diff
File 43005.2.diff, 335 bytes (added by , 7 years ago) |
---|
-
wp-admin/js/updates.js
diff --git a/wp-admin/js/updates.js b/wp-admin/js/updates.js index ac360da..4f844b9 100644
a b 2423 2423 return; 2424 2424 } 2425 2425 2426 if ( 'undefined' === typeof message.action ) {2426 if ( null === message || 'undefined' === typeof message.action ) { 2427 2427 return; 2428 2428 } 2429 2429