Make WordPress Core


Ignore:
Timestamp:
06/25/2009 06:02:05 AM (17 years ago)
Author:
azaozz
Message:

Fix the test for autosave in post.js, fixes #10135 for 2.8

File:
1 edited

Legend:

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

    r11614 r11636  
    265265        ) );
    266266
    267         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox', 'slug'), '20090526' );
     267        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox', 'slug'), '20090624' );
    268268        $scripts->add_data( 'post', 'group', 1 );
    269269        $scripts->localize( 'post', 'postL10n', array(
Note: See TracChangeset for help on using the changeset viewer.