Ticket #43005: 43005.1.patch
File 43005.1.patch, 419 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..83995e6 100644
a b 2423 2423 return; 2424 2424 } 2425 2425 2426 if ('undefined' === typeof message.action ) {2427 2428 2426 if ( null === message || 'undefined' === typeof message.action ) { 2427 return; 2428 } 2429 2429 2430 2430 switch ( message.action ) { 2431 2431