Make WordPress Core


Ignore:
Timestamp:
01/13/2009 01:31:19 AM (16 years ago)
Author:
azaozz
Message:

Fix comment action links after quick editing and reloading of page on enter while quick editing.

File:
1 edited

Legend:

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

    r10348 r10349  
    184184        ) );
    185185
    186         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090102' );
     186        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090112' );
    187187        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    188188            'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']),
Note: See TracChangeset for help on using the changeset viewer.