Changeset 19759
- Timestamp:
- 01/26/2012 09:21:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r19749 r19759 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 }
Note: See TracChangeset
for help on using the changeset viewer.