Make WordPress Core


Ignore:
Timestamp:
09/05/2008 07:11:41 PM (16 years ago)
Author:
azaozz
Message:

Don't hide reply action on comments added with AJAX, props caesarsgrunt, see #7435

File:
1 edited

Legend:

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

    r8815 r8821  
    159159            'strong' => __('Strong')
    160160        ) );
    161         $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080828' );
     161        $scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-draggable', 'jquery-ui-resizable', 'quicktags'), '20080905' );
    162162        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
    163163            'pending' => __('%i% pending'), // must look like: "# blah blah"
Note: See TracChangeset for help on using the changeset viewer.