mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user