Make WordPress Core


Ignore:
Timestamp:
08/27/2011 04:30:36 PM (14 years ago)
Author:
azaozz
Message:

Properly reset vars, see #16695

File:
1 edited

Legend:

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

    r18611 r18612  
    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, '20110826', 1 );
     71    $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20110827', 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.