Make WordPress Core


Ignore:
Timestamp:
02/27/2008 11:36:24 PM (17 years ago)
Author:
ryan
Message:

Fix AJAX comment moderation on edit post view. Props mdawaffe. fixes #4245

File:
1 edited

Legend:

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

    r7060 r7075  
    126126                'strong' => __('Strong')
    127127            ) );
    128             $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20071104' );
     128            $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080227' );
    129129            $this->add( 'admin-users', '/wp-admin/js/users.js', array('wp-lists'), '20070823' );
    130130            $this->add( 'admin-forms', '/wp-admin/js/forms.js', false, '20080108' );
Note: See TracChangeset for help on using the changeset viewer.