Make WordPress Core


Ignore:
Timestamp:
11/25/2008 02:41:54 AM (16 years ago)
Author:
azaozz
Message:

Fix QE and Reply actions on comments that come in via infinite comment stream

File:
1 edited

Legend:

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

    r9847 r9868  
    157157            'strong' => __('Strong')
    158158        ) );
    159         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081117' );
     159        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081124' );
    160160        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    161161            'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']),
Note: See TracChangeset for help on using the changeset viewer.