mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user