Ticket #32323: 32323.diff
File 32323.diff, 406 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/wplink.js
356 356 link = getLink(); 357 357 text = inputs.text.val(); 358 358 359 if ( '' === text ) { 360 text = attrs.href; 361 } 362 359 363 if ( link ) { 360 364 if ( text ) { 361 365 if ( 'innerText' in link ) {