Make WordPress Core


Ignore:
Timestamp:
06/06/2006 04:14:04 AM (19 years ago)
Author:
ryan
Message:

List manipulation improvements from mdawaffe. fixes #2786

File:
1 edited

Legend:

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

    r3788 r3847  
    2020        if ( is_admin() ) {
    2121            $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' );
    22             $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '3733' );
     22            $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '3850' ); // Make changeset # the correct one
    2323            $this->add( 'ajaxcat', '/wp-admin/cat-js.php', array('listman'), '3684' );
    2424            $this->add( 'admin-categories', '/wp-admin/categories.js', array('listman'), '3684' );
    2525            $this->add( 'admin-custom-fields', '/wp-admin/custom-fields.js', array('listman'), '3733' );
    26             $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3736' );
     26            $this->add( 'admin-comments', '/wp-admin/edit-comments.js', array('listman'), '3850' ); // Make changeset # the correct one
    2727            $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' );
    2828            $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
Note: See TracChangeset for help on using the changeset viewer.