Make WordPress Core

Ticket #16695: 16695.closeAllTags-fix.patch

File 16695.closeAllTags-fix.patch, 402 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-includes/js/quicktags.dev.js

     
    232232                        tb.attachEvent('onclick', onclick);
    233233                }
    234234
     235                t.getButton = function(id) {
     236                        return buttons[id];
     237                };
     238
    235239                if ( !qt.instances[0] )
    236240                        qt.instances[0] = t;
    237241