diff --git a/src/wp-includes/js/wplink.js b/src/wp-includes/js/wplink.js index f019f65d6d..7756c0fdb7 100644 --- a/src/wp-includes/js/wplink.js +++ b/src/wp-includes/js/wplink.js @@ -198,7 +198,7 @@ var wpLink; html = html + selection + ''; 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 -= ''.length;