Ticket #40818: 40818.patch
| File 40818.patch, 501 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/js/tinymce/plugins/wplink/plugin.js
101 101 102 102 function getSelectedLink() { 103 103 var href, html, 104 node = editor.selection.get Node(),104 node = editor.selection.getStart(), 105 105 link = editor.dom.getParent( node, 'a[href]' ); 106 106 107 107 if ( ! link ) {