Add back missing var definition in wplink.js, props TobiasBg, see #24067

git-svn-id: https://develop.svn.wordpress.org/trunk@27084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-02-03 21:26:39 +00:00
parent c24e451ae3
commit 5ff41a8635
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ var wpLink;
},
htmlUpdate: function() {
var attrs, html, begin, end, cursor, title,
var attrs, html, begin, end, cursor, title, selection,
textarea = wpLink.textarea;
if ( ! textarea )