Fix typo in quicktags.js, props westi, see #16695
git-svn-id: https://develop.svn.wordpress.org/trunk@18623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb62838943
commit
fb2a6c0f6d
@ -216,7 +216,7 @@ function edButton(id, display, tagStart, tagEnd, access, open) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
qt._buttonsInit = function() {
|
qt._buttonsInit = function() {
|
||||||
var t = this, instance, canvas, name, settings, buttons, theButtons, html, id, i, qb, btn;;
|
var t = this, instance, canvas, name, settings, buttons, theButtons, html, id, i, qb, btn;
|
||||||
|
|
||||||
for ( id in t.instances ) {
|
for ( id in t.instances ) {
|
||||||
if ( id == 0 )
|
if ( id == 0 )
|
||||||
|
Loading…
Reference in New Issue
Block a user