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’);
Thread Starter
Tom_
(@tom_)
When the plugin inject facebook’s values into #user_login and #pass inputs on reload (registerform)
I changed “define (‘WPLANG’, ‘FR_fr’);”
to
“define (‘WPLANG’, ”);”
in config.php..works fine