FYI, I had to delete 3 occurences of “switch_to_blog(1”) because it makes network sites bug (current_blog values were lost)
Was this call usefull ? i don’t understand.. maybe keep it and add a restore_blog call at this end of each 3 functions ?
Same problem, I added in mytheme / functions.php
function wp_post_bug() {
wp_deregister_script(‘autosave’);
}
add_action( ‘wp_print_scripts’, ‘wp_post_bug’);