Make WordPress Core


Ignore:
Timestamp:
09/27/2011 08:52:07 PM (14 years ago)
Author:
nacin
Message:

Release a user's post lock when the user leaves a post. see #18515.

File:
1 edited

Legend:

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

    r18795 r18796  
    102102    ) );
    103103
    104     $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20110524', 1 );
     104    $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20110927', 1 );
    105105
    106106    $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array('wp-ajax-response'), '20110521', 1 );
Note: See TracChangeset for help on using the changeset viewer.