Make WordPress Core

Ticket #43005: 43005.2.diff

File 43005.2.diff, 335 bytes (added by manikmist09, 7 years ago)

Indented using tabs and removed double space

  • 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  
    24232423                                return;
    24242424                        }
    24252425
    2426                         if ( 'undefined' === typeof message.action ) {
     2426                        if ( null === message || 'undefined' === typeof message.action ) {
    24272427                                return;
    24282428                        }
    24292429