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