Changeset 14380
- Timestamp:
- 05/03/2010 06:53:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-constants.php
r13998 r14380 64 64 * @since 2.0.0 65 65 */ 66 if ( !defined('COOKIE_DOMAIN') && 'localhost' != $current_site->domain) {67 if ( isset( $current_site->cookie_domain ) )66 if ( !defined('COOKIE_DOMAIN') && is_subdomain_install() ) { 67 if ( !empty( $current_site->cookie_domain ) ) 68 68 define('COOKIE_DOMAIN', '.' . $current_site->cookie_domain); 69 69 else
Note: See TracChangeset
for help on using the changeset viewer.