Make WordPress Core


Ignore:
Timestamp:
07/25/2006 07:01:52 PM (20 years ago)
Author:
ryan
Message:

Admin AJAX tweaks from mdawaffe. fixes #2969

File:
1 edited

Legend:

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

    r3930 r4042  
    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'), '3850' ); // Make changeset # the correct one
     22            $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '4042' ); // 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' );
Note: See TracChangeset for help on using the changeset viewer.