Make WordPress Core


Ignore:
Timestamp:
04/22/2013 08:17:25 PM (12 years ago)
Author:
nacin
Message:

Remove ancient 'lookup' quicktag from the text editor. This had called up answers.com.

props mboynes, jonbishop, SergeyBiryukov.
fixes #23322.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r23730 r24052  
    177177
    178178            if ( empty($qtInit['buttons']) )
    179                 $qtInit['buttons'] = 'strong,em,link,block,del,ins,img,ul,ol,li,code,more,spell,close';
     179                $qtInit['buttons'] = 'strong,em,link,block,del,ins,img,ul,ol,li,code,more,close';
    180180
    181181            if ( $set['dfw'] )
Note: See TracChangeset for help on using the changeset viewer.