Make WordPress Core

Ticket #32323: 32323.3.diff

File 32323.3.diff, 353 bytes (added by rommelxcastro, 9 years ago)

simplified code

  • wp-includes/js/wplink.js

     
    354354                        }
    355355
    356356                        link = getLink();
    357                         text = inputs.text.val();
     357                        text = inputs.text.val() || attrs.href;
    358358
    359359                        if ( link ) {
    360360                                if ( text ) {