Ticket #18149: 18149.patch
File 18149.patch, 667 bytes (added by , 14 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wplink/js/wplink.dev.js
102 102 // If link exists, select proper values. 103 103 if ( e = ed.dom.getParent(ed.selection.getNode(), 'A') ) { 104 104 // Set URL and description. 105 inputs.url.val( e .href);105 inputs.url.val( ed.dom.getAttrib(e, 'href') ); 106 106 inputs.title.val( ed.dom.getAttrib(e, 'title') ); 107 107 // Set open in new tab. 108 108 if ( "_blank" == ed.dom.getAttrib(e, 'target') )