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:
Sergey Biryukov 2013-11-26 21:45:09 +00:00
parent f11e29b4ef
commit c85484e9cf
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;