Make WordPress Core

Ticket #24520: 24520.3.patch

File 24520.3.patch, 705 bytes (added by sc0ttkclark, 12 years ago)

Remove min file from patch

  • wp-includes/js/wplink.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    113113                                inputs.url.val( ed.dom.getAttrib(e, 'href') );
    114114                                inputs.title.val( ed.dom.getAttrib(e, 'title') );
    115115                                // Set open in new tab.
    116                                 if ( "_blank" == ed.dom.getAttrib(e, 'target') )
    117                                         inputs.openInNewTab.prop('checked', true);
     116                                inputs.openInNewTab.prop('checked', ( "_blank" == ed.dom.getAttrib( e, 'target' ) ) );
    118117                                // Update save prompt.
    119118                                inputs.submit.val( wpLinkL10n.update );
    120119