Make WordPress Core


Ignore:
Timestamp:
03/19/2008 05:38:58 AM (18 years ago)
Author:
markjaquith
Message:

Autosave when title has content and loses focus. props ryan. see #5749

File:
1 edited

Legend:

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

    r7384 r7394  
    4848        ) );
    4949
    50         $this->add( 'autosave', '/wp-includes/js/autosave.js', array('schedule', 'wp-ajax-response'), '20080312' );
     50        $this->add( 'autosave', '/wp-includes/js/autosave.js', array('schedule', 'wp-ajax-response'), '20080317' );
    5151
    5252        $this->add( 'wp-ajax', '/wp-includes/js/wp-ajax.js', array('prototype'), '20070306');
     
    142142                'cancel' => __('Cancel'),
    143143            ) );
    144             $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080221' );
     144            $this->add( 'post', '/wp-admin/js/post.js', array('suggest', 'jquery-ui-tabs', 'wp-lists', 'postbox', 'slug'), '20080318' );
    145145            $this->localize( 'post', 'postL10n', array(
    146146                'tagsUsed' =>  __('Tags used on this post:'),
     
    151151                'edit' => __('Edit'),
    152152            ) );
    153             $this->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox'), '20080208' );
     153            $this->add( 'page', '/wp-admin/js/page.js', array('jquery', 'slug', 'postbox'), '20080318' );
    154154            $this->localize( 'page', 'postL10n', array(
    155155                'cancel' => __('Cancel'),
Note: See TracChangeset for help on using the changeset viewer.