Fix typo in a comment. props kovshenin. fixes #26266.
git-svn-id: https://develop.svn.wordpress.org/trunk@26418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
03f2da69e2
commit
9366fb85dc
@ -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…
x
Reference in New Issue
Block a user