Ticket #32323: 32323.2.diff
File 32323.2.diff, 395 bytes (added by , 8 years ago) |
---|
-
src/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 : inputs.text.val(); 358 358 359 359 if ( link ) { 360 360 if ( text ) {