Changeset 55990 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 06/22/2023 02:55:47 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r54256 r55990 307 307 308 308 $this->cookie_domain = $this->domain; 309 if ( 'www.' === substr( $this->cookie_domain, 0, 4) ) {309 if ( str_starts_with( $this->cookie_domain, 'www.' ) ) { 310 310 $this->cookie_domain = substr( $this->cookie_domain, 4 ); 311 311 }
Note: See TracChangeset
for help on using the changeset viewer.