Ticket #36637: 36637.patch
File 36637.patch, 567 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wplink/plugin.js
488 488 edit = $linkNode.attr( 'data-wplink-edit' ); 489 489 490 490 if ( href === '_wp_link_placeholder' || edit ) { 491 if ( edit&& ! inputInstance.getURL() ) {491 if ( href !== '_wp_link_placeholder' && ! inputInstance.getURL() ) { 492 492 inputInstance.setURL( href ); 493 493 } 494 494