Make WordPress Core


Ignore:
Timestamp:
01/07/2007 02:16:11 AM (18 years ago)
Author:
matt
Message:

Consistent name for our autosave JS file, fixes #3469. Hat tip: nbachiyski.

File:
1 edited

Legend:

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

    r4670 r4689  
    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'), '4508');
    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.