Make WordPress Core

Ticket #36637: 36637.patch

File 36637.patch, 567 bytes (added by iseulde, 8 years ago)
  • src/wp-includes/js/tinymce/plugins/wplink/plugin.js

     
    488488                                edit = $linkNode.attr( 'data-wplink-edit' );
    489489
    490490                                if ( href === '_wp_link_placeholder' || edit ) {
    491                                         if ( edit && ! inputInstance.getURL() ) {
     491                                        if ( href !== '_wp_link_placeholder' && ! inputInstance.getURL() ) {
    492492                                                inputInstance.setURL( href );
    493493                                        }
    494494