Ticket #17144: 17144.close-if-can.patch
File 17144.close-if-can.patch, 435 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/quicktags.dev.js
570 570 571 571 qt.closeAllTags = function(editor_id) { 572 572 var ed = this.getInstance(editor_id), btn = ed.getButton('close'); 573 if ( typeof btn != 'undefined' ) 573 574 btn.callback.call(btn, '', ed.canvas, ed); 574 575 }; 575 576