Make WordPress Core


Ignore:
Timestamp:
09/02/2006 10:08:10 PM (18 years ago)
Author:
ryan
Message:

Revert accidental commit.

File:
1 edited

Legend:

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

    r4162 r4163  
    2020        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
    2121        $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4107');
    22         $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), rand());
    23         $this->add( 'listman', '/wp-includes/js/list-manipulation-js.php', array('wp-ajax', 'fat'), rand());
    2422        if ( is_admin() ) {
    2523            $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' );
    26             $this->add( 'listman-old', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '4042' ); // Make changeset # the correct one
     24            $this->add( 'listman', '/wp-admin/list-manipulation-js.php', array('sack', 'fat'), '4042' ); // Make changeset # the correct one
    2725            $this->add( 'ajaxcat', '/wp-admin/cat-js.php', array('listman'), '3684' );
    2826            $this->add( 'admin-categories', '/wp-admin/categories.js', array('listman'), '3684' );
Note: See TracChangeset for help on using the changeset viewer.