From fa5bab87cd00a1a073b9af0c4281a182b68efcb9 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Thu, 18 Mar 2010 23:35:04 +0000 Subject: [PATCH] force users to re-login after installing network, see #12142 git-svn-id: https://develop.svn.wordpress.org/trunk@13760 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/schema.php b/wp-admin/includes/schema.php index e6910a1e71..48507510fa 100644 --- a/wp-admin/includes/schema.php +++ b/wp-admin/includes/schema.php @@ -700,7 +700,7 @@ Thanks! 'welcome_email' => $welcome_email, 'first_post' => __( 'Welcome to SITE_NAME. This is your first post. Edit or delete it, then start blogging!' ), // @todo - network admins should have a method of editing the network siteurl (used for cookie hash) - 'siteurl' => get_option( 'siteurl' ), + 'siteurl' => get_option( 'siteurl' ) . '/', 'add_new_users' => '0', 'upload_space_check_disabled' => '0', 'subdomain_install' => intval( $subdomain_install ),