Fix typo in a comment. props kovshenin. fixes #26266.
Built from https://develop.svn.wordpress.org/trunk@26418 git-svn-id: http://core.svn.wordpress.org/trunk@26318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f11e29b4ef
commit
c85484e9cf
|
@ -198,7 +198,7 @@ var wpLink;
|
|||
html = html + selection + '</a>';
|
||||
cursor = begin + html.length;
|
||||
|
||||
// If no next is selected, place the cursor inside the closing tag.
|
||||
// If no text is selected, place the cursor inside the closing tag.
|
||||
if ( begin == end )
|
||||
cursor -= '</a>'.length;
|
||||
|
||||
|
|
Loading…
Reference in New Issue