From c85484e9cf9043593afd6383c2b6cbadc7b62684 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Nov 2013 21:45:09 +0000 Subject: [PATCH] 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 --- wp-includes/js/wplink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/wplink.js b/wp-includes/js/wplink.js index f019f65d6d..7756c0fdb7 100644 --- a/wp-includes/js/wplink.js +++ b/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;