Changeset 35024 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 10/11/2015 10:43:59 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r35016 r35024 1344 1344 if ( ! is_subdomain_install() ) { 1345 1345 1346 if ( 'https' === parse_url( get_ network_option( 'siteurl' ), PHP_URL_SCHEME ) ) {1346 if ( 'https' === parse_url( get_site_option( 'siteurl' ), PHP_URL_SCHEME ) ) { 1347 1347 $siteurl = set_url_scheme( $siteurl, 'https' ); 1348 1348 }
Note: See TracChangeset
for help on using the changeset viewer.