Ticket #26266: 26266.diff
File 26266.diff, 514 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/js/wplink.js
198 198 html = html + selection + '</a>'; 199 199 cursor = begin + html.length; 200 200 201 // If no next is selected, place the cursor inside the closing tag.201 // If no text is selected, place the cursor inside the closing tag. 202 202 if ( begin == end ) 203 203 cursor -= '</a>'.length; 204 204