Make WordPress Core


Ignore:
Timestamp:
11/15/2011 05:57:53 PM (13 years ago)
Author:
duck_
Message:

Allow "Approve and Reply" background-color animation to complete on the Dashboard. Props ocean90. Fixes #18349.

File:
1 edited

Legend:

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

    r19297 r19298  
    297297        $scripts->add( 'admin-custom-fields', "/wp-admin/js/custom-fields$suffix.js", array('wp-lists'), '20110429', 1 );
    298298
    299         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'quicktags', 'jquery-query'), '20111026', 1 );
     299        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'quicktags', 'jquery-query'), '20111115', 1 );
    300300        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    301301            'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']),
Note: See TracChangeset for help on using the changeset viewer.