Make WordPress Core

Ticket #32323: 32323.patch

File 32323.patch, 365 bytes (added by iseulde, 10 years ago)
  • src/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 ) {