dont flush rewrite rules while in switch_to_blog, see #12383
git-svn-id: http://svn.automattic.com/wordpress/trunk@13509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3bf738fcc2
commit
0846527d17
|
@ -218,7 +218,8 @@ switch ( $_GET['action'] ) {
|
|||
update_option( 'home', $blog_address );
|
||||
}
|
||||
|
||||
$wp_rewrite->flush_rules();
|
||||
// rewrite rules can't be flushed during switch to blog
|
||||
update_option( 'rewrite_rules', '' );
|
||||
|
||||
// update blogs table
|
||||
$blog_data = stripslashes_deep($_POST[ 'blog' ]);
|
||||
|
|
Loading…
Reference in New Issue