Make WordPress Core

Ticket #23322: remove-lookup-button.diff

File remove-lookup-button.diff, 523 bytes (added by mboynes, 12 years ago)

Removing lookup button from quicktags array

  • quicktags.js

     
    643643        edButtons[100] = new qt.TagButton('li','li','\t<li>','</li>\n','l'),
    644644        edButtons[110] = new qt.TagButton('code','code','<code>','</code>','c'),
    645645        edButtons[120] = new qt.TagButton('more','more','<!--more-->','','t'),
    646         edButtons[130] = new qt.SpellButton(),
    647         edButtons[140] = new qt.CloseButton()
     646        edButtons[130] = new qt.CloseButton()
    648647
    649648})();