Make WordPress Core


Ignore:
Timestamp:
05/21/2011 05:11:13 PM (14 years ago)
Author:
azaozz
Message:

Fix Reply and Approve when replying from the comment moderation page, see #15898

File:
1 edited

Legend:

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

    r17981 r17983  
    313313        $scripts->add_data( 'admin-custom-fields', 'group', 1 );
    314314
    315         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110518' );
     315        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110521' );
    316316        $scripts->add_data( 'admin-comments', 'group', 1 );
    317317        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
Note: See TracChangeset for help on using the changeset viewer.