Make WordPress Core


Ignore:
Timestamp:
08/22/2006 05:57:28 AM (20 years ago)
Author:
ryan
Message:

Use get_option instead of get_bloginfo to retrieve siteurl cause the two aren't the same for some mystical reason.

File:
1 edited

Legend:

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

    r4105 r4107  
    1919        $this->add( 'wp_tiny_mce', '/wp-includes/js/tinymce/tiny_mce_config.php', array('tiny_mce'), '04162006' );
    2020        $this->add( 'prototype', '/wp-includes/js/prototype.js', false, '1.5.0');
    21         $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4102');
     21        $this->add( 'autosave', '/wp-includes/js/autosave.js.php', array('prototype', 'sack'), '4107');
    2222        if ( is_admin() ) {
    2323            $this->add( 'dbx-admin-key', '/wp-admin/dbx-admin-key-js.php', array('dbx'), '3651' );
Note: See TracChangeset for help on using the changeset viewer.