Ticket #32323: 32323.3.diff
File 32323.3.diff, 353 bytes (added by , 9 years ago) |
---|
-
wp-includes/js/wplink.js
354 354 } 355 355 356 356 link = getLink(); 357 text = inputs.text.val() ;357 text = inputs.text.val() || attrs.href; 358 358 359 359 if ( link ) { 360 360 if ( text ) {