mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
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:
@@ -216,7 +216,7 @@ function edButton(id, display, tagStart, tagEnd, access, open) {
|
||||
};
|
||||
|
||||
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 ) {
|
||||
if ( id == 0 )
|
||||
|
||||
Reference in New Issue
Block a user