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:
parent
c24e451ae3
commit
5ff41a8635
|
@ -165,7 +165,7 @@ var wpLink;
|
||||||
},
|
},
|
||||||
|
|
||||||
htmlUpdate: function() {
|
htmlUpdate: function() {
|
||||||
var attrs, html, begin, end, cursor, title,
|
var attrs, html, begin, end, cursor, title, selection,
|
||||||
textarea = wpLink.textarea;
|
textarea = wpLink.textarea;
|
||||||
|
|
||||||
if ( ! textarea )
|
if ( ! textarea )
|
||||||
|
|
Loading…
Reference in New Issue