Make WordPress Core

Ticket #25997: 25997.patch

File 25997.patch, 503 bytes (added by OriginalEXE, 11 years ago)

initial patch

  • wp-admin/js/xfn.js

     
    77                                $(this).prop('disabled', true).parent().addClass('disabled');
    88                        } else {
    99                                $(this).removeAttr('disabled').parent().removeClass('disabled');
    10                                 if ( $(this).is(':checked') && $(this).val() != '')
     10                                if ( $(this).is(':checked') && $(this).val() !== '')
    1111                                        inputs += $(this).val() + ' ';
    1212                        }
    1313                });