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/script-loader.php

    r24046 r24052  
    7676    $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", array(), false, 1 );
    7777    did_action( 'init' ) && $scripts->localize( 'quicktags', 'quicktagsL10n', array(
    78         'wordLookup' => __('Enter a word to look up:'),
    79         'dictionaryLookup' => esc_attr(__('Dictionary lookup')),
    80         'lookup' => esc_attr(__('lookup')),
    8178        'closeAllOpenTags' => esc_attr(__('Close all open tags')),
    8279        'closeTags' => esc_attr(__('close tags')),
Note: See TracChangeset for help on using the changeset viewer.