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-admin/includes/template.php

    r24046 r24052  
    346346    <div id="replycontainer">
    347347    <?php
    348     $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' );
     348    $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' );
    349349    wp_editor( '', 'replycontent', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) );
    350350    ?>
Note: See TracChangeset for help on using the changeset viewer.