Make WordPress Core


Ignore:
Timestamp:
08/26/2011 11:30:01 PM (14 years ago)
Author:
azaozz
Message:

Improve quicktags back-compat, add method instance.getButtonElement(id), see #16695

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r18610 r18611  
    6969    $scripts->add( 'sack', "/wp-includes/js/tw-sack$suffix.js", false, '1.6.1', 1 );
    7070
    71     $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20110820', 1 );
     71    $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20110826', 1 );
    7272    $scripts->add_script_data( 'quicktags', 'quicktagsL10n', array(
    7373        'wordLookup' => __('Enter a word to look up:'),
Note: See TracChangeset for help on using the changeset viewer.