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:
Sergey Biryukov 2013-11-26 21:44:33 +00:00
parent 03f2da69e2
commit 9366fb85dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;