Make WordPress Core


Ignore:
Timestamp:
02/28/2008 06:50:25 AM (17 years ago)
Author:
ryan
Message:

Unify comment display. Props mdawaffe. fixes #6025

File:
1 edited

Legend:

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

    r7075 r7082  
    6262        ) );
    6363
    64         $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080226' );
     64        $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080228' );
    6565        $this->localize( 'wp-lists', 'wpListL10n', array(
    6666            'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php'
     
    126126                'strong' => __('Strong')
    127127            ) );
    128             $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080227' );
     128            $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20080228' );
    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.