Make WordPress Core


Ignore:
Timestamp:
01/18/2007 03:32:54 AM (18 years ago)
Author:
ryan
Message:

Autosave fixes from mdawaffe. fixes #3601

File:
1 edited

Legend:

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

    r4748 r4760  
    2020        $this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20061113' );
    2121        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
    22         $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '4508');
     22        $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116');
    2323        $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '4459');
    2424        $this->add( 'listman', '/wp-includes/js/list-manipulation-js.php', array('wp-ajax', 'fat'), '4583');
Note: See TracChangeset for help on using the changeset viewer.