Ticket #24067: 24067-selection-var.patch
File 24067-selection-var.patch, 397 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/wplink.js
diff --git src/wp-includes/js/wplink.js src/wp-includes/js/wplink.js index c798547..8472068 100644
var wpLink; 165 165 }, 166 166 167 167 htmlUpdate: function() { 168 var attrs, html, begin, end, cursor, title,168 var attrs, html, begin, end, cursor, selection, title, 169 169 textarea = wpLink.textarea; 170 170 171 171 if ( ! textarea )