WordPress.org

Make WordPress Core

Ticket #22567: 22567-new.patch

File 22567-new.patch, 431 bytes (added by mario-siteground, 7 months ago)

Update with proper tabs

  • wp-includes/js/autosave.js

     
    344344        jQuery.ajax({ 
    345345                data: post_data, 
    346346                beforeSend: doAutoSave ? autosave_loading : null, 
     347                async: false, 
    347348                type: "POST", 
    348349                url: ajaxurl, 
    349350                success: successCallback 
    350351        }); 
    351 } 
     352} 
     353 No newline at end of file