mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Fix typo in quicktags.js, props westi, see #16695
git-svn-id: http://svn.automattic.com/wordpress/trunk@18623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f5da88d81
commit
c5bf0c0903
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user