Ticket #6489: admin-ajax.php.diff
File admin-ajax.php.diff, 546 bytes (added by , 16 years ago) |
---|
-
admin-ajax.php
old new 717 717 718 718 $do_autosave = (bool) $_POST['autosave']; 719 719 $do_lock = true; 720 720 721 721 $data = ''; 722 $message = sprintf( __('Draft Saved at %s.'), date ( __('g:i:s a'), current_time( 'timestamp', true )) );722 $message = sprintf( __('Draft Saved at %s.'), date_i18n( __('g:i:s a'), current_time( 'timestamp' ), 'gmt' ) ); 723 723 724 724 $supplemental = array(); 725 725 726 726 $id = $revision_id = 0; 727 727 if($_POST['post_ID'] < 0) {