Make WordPress Core


Ignore:
Timestamp:
08/29/2008 05:07:40 AM (16 years ago)
Author:
azaozz
Message:

Reply to comments from admin, small improvements and fixes, see #7435

File:
1 edited

Legend:

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

    r8760 r8767  
    125125            'strong' => __('Strong')
    126126        ) );
    127         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable'), '20080821' );
     127        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080828' );
    128128        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    129129            'pending' => __('%i% pending') // must look like: "# blah blah"
Note: See TracChangeset for help on using the changeset viewer.