Changeset 13622 for trunk/wp-includes/ms-default-constants.php
- Timestamp:
- 03/09/2010 06:14:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-constants.php
r13268 r13622 62 62 * @since 2.0.0 63 63 */ 64 if ( !defined('COOKIE_DOMAIN') ) {64 if ( !defined('COOKIE_DOMAIN') && 'localhost' != $current_site->cookie_domain ) { 65 65 if ( isset( $current_site->cookie_domain ) ) 66 66 define('COOKIE_DOMAIN', '.' . $current_site->cookie_domain);
Note: See TracChangeset
for help on using the changeset viewer.