summaryrefslogtreecommitdiffstats
path: root/wp-includes/script-loader.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-18 11:27:26 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-18 11:27:26 +0000
commitacdcdacc2fe65422a3f52e3320283feba13d9c40 (patch)
treebad2b7ef0aef1f89e9abc6bafa0264a3ba302f46 /wp-includes/script-loader.php
parent26b0392f7796ed87daa7725a33ac87057b3b2a4c (diff)
downloadwordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.tar.gz
wordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.tar.xz
wordpress-mu-acdcdacc2fe65422a3f52e3320283feba13d9c40.zip
WP Merge to rev 4763
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@851 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/script-loader.php')
-rw-r--r--wp-includes/script-loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php
index bcc8bc5..63af673 100644
--- a/wp-includes/script-loader.php
+++ b/wp-includes/script-loader.php
@@ -19,7 +19,7 @@ class WP_Scripts {
$mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
$this->add( 'wp_tiny_mce', $mce_config, array('tiny_mce'), '20061113' );
$this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
- $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '4508');
+ $this->add( 'autosave', '/wp-includes/js/autosave-js.php', array('prototype', 'sack'), '20070116');
$this->add( 'wp-ajax', '/wp-includes/js/wp-ajax-js.php', array('prototype'), '4459');
$this->add( 'listman', '/wp-includes/js/list-manipulation-js.php', array('wp-ajax', 'fat'), '4583');
$this->add( 'scriptaculous-root', '/wp-includes/js/scriptaculous/wp-scriptaculous.js', array('prototype'), '1.6.1');