Make WordPress Core

Ticket #33293: 33293.patch

File 33293.patch, 483 bytes (added by azaozz, 9 years ago)
  • src/wp-includes/js/wplink.js

     
    365365                        }
    366366
    367367                        link = getLink();
    368                         text = inputs.text.val() || attrs.href;
    369368
     369                        if ( inputs.wrap.hasClass( 'has-text-field' ) ) {
     370                                text = inputs.text.val() || attrs.href;
     371                        }
     372
    370373                        if ( link ) {
    371374                                if ( text ) {
    372375                                        if ( 'innerText' in link ) {