From 9366fb85dc4018842d1424f7d7be9af81c472015 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 26 Nov 2013 21:44:33 +0000 Subject: [PATCH] Fix typo in a comment. props kovshenin. fixes #26266. git-svn-id: https://develop.svn.wordpress.org/trunk@26418 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/wplink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;