Make WordPress Core


Ignore:
Timestamp:
11/29/2011 06:06:56 PM (13 years ago)
Author:
azaozz
Message:

Prevent error in autosave for CPTs without title or editor, props sorich87, fixes #18227

File:
1 edited

Legend:

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

    r19467 r19476  
    102102    ) );
    103103
    104     $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20111115', 1 );
     104    $scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20111129', 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.