Remove stray comma, fixes #18929
git-svn-id: https://develop.svn.wordpress.org/trunk@18967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44c051923e
commit
a7f2758641
@ -60,7 +60,7 @@ jQuery(document).ready( function($) {
|
||||
_wpnonce: $('#_wpnonce').val(),
|
||||
post_ID: $('#post_ID').val(),
|
||||
active_post_lock: $('#active_post_lock').val()
|
||||
},
|
||||
}
|
||||
});
|
||||
} );
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -101,7 +101,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'close' => __('Close'),
|
||||
) );
|
||||
|
||||
$scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20110927', 1 );
|
||||
$scripts->add( 'autosave', "/wp-includes/js/autosave$suffix.js", array('schedule', 'wp-ajax-response'), '20111013', 1 );
|
||||
|
||||
$scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array('wp-ajax-response'), '20110521', 1 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user