Make WordPress Core


Ignore:
Timestamp:
08/19/2011 09:23:31 PM (15 years ago)
Author:
azaozz
Message:

Fix the "close tags" button in quicktags, props SergeyBiryukov, see #16695

File:
1 edited

Legend:

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

    r18570 r18575  
    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, '20110804', 1 );
     71    $scripts->add( 'quicktags', "/wp-includes/js/quicktags$suffix.js", false, '20110819', 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.