Add back missing var definition in wplink.js, props TobiasBg, see #24067
Built from https://develop.svn.wordpress.org/trunk@27084 git-svn-id: http://core.svn.wordpress.org/trunk@26957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
12b6085865
commit
2726713764
|
@ -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 )
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue