Ticket #19899: ms-functions.php.patch
| File ms-functions.php.patch, 446 bytes (added by deltafactory, 16 months ago) |
|---|
-
ms-functions.php
1944 1944 $arrURL = parse_url( $url ); 1945 1945 1946 1946 if ( force_ssl_content() && is_ssl() ) { 1947 if ( 'http' === $arrURL['scheme'] && 'https' !== $arrURL['scheme'])1947 if ( 'http' === $arrURL['scheme'] ) 1948 1948 $url = str_replace( $arrURL['scheme'], 'https', $url ); 1949 1949 } 1950 1950
