Make WordPress Core

Changeset 4592


Ignore:
Timestamp:
12/03/2006 09:53:54 PM (18 years ago)
Author:
matt
Message:

Prototype compressed doesn't seem to be working out so well :/

Fixes #3414

Location:
trunk/wp-includes
Files:
1 deleted
1 edited

Legend:

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

    r4583 r4592  
    1919        $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
    2020        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20061113' );
    21         $this->add( 'prototype', '/wp-includes/js/prototype.compressed.js', false, '1.5.0');
     21        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
    2222        $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4508');
    2323        $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '4459');
Note: See TracChangeset for help on using the changeset viewer.