allow www installs to enable multisite, see #11945

git-svn-id: https://develop.svn.wordpress.org/trunk@12787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick
2010-01-21 17:20:23 +00:00
parent f1494b0248
commit 7028f64e49
3 changed files with 47 additions and 58 deletions
+1 -1
View File
@@ -146,6 +146,6 @@ function ms_network_cookies() {
* @since 2.0.0
*/
if ( !defined('COOKIE_DOMAIN') )
define('COOKIE_DOMAIN', '.' . $current_site->domain);
define('COOKIE_DOMAIN', '.' . $current_site->cookie_domain);
}
?>