Make WordPress Core


Ignore:
Timestamp:
06/21/2007 10:01:21 PM (19 years ago)
Author:
markjaquith
Message:

Upgrade to Prototype 1.5.1.1 (bugfix release). Props Nazgul. fixes #4502

File:
1 edited

Legend:

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

    r5700 r5743  
    3636        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20070528' );
    3737
    38         $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.1');
     38        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.1.1');
    3939
    4040        $this->add( 'autosave', '/wp-includes/js/autosave.js', array('prototype', 'sack'), '20070306');
Note: See TracChangeset for help on using the changeset viewer.