Changeset 47808 for trunk/src/wp-includes/http.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r47617 r47808 376 376 if ( $url && ! isset( $capabilities['ssl'] ) ) { 377 377 $scheme = parse_url( $url, PHP_URL_SCHEME ); 378 if ( 'https' == $scheme || 'ssl'== $scheme ) {378 if ( 'https' === $scheme || 'ssl' === $scheme ) { 379 379 $capabilities['ssl'] = true; 380 380 }
Note: See TracChangeset
for help on using the changeset viewer.