Make WordPress Core


Ignore:
Timestamp:
12/07/2008 12:18:04 PM (17 years ago)
Author:
azaozz
Message:

Fix comment actions after using QE when listing pending and spam comments

File:
1 edited

Legend:

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

    r10110 r10116  
    157157            'strong' => __('Strong')
    158158        ) );
    159         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081205' );
     159        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081206' );
    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.