Skip to content

Commit d161a65

Browse files
authored
Update force-https.php
1 parent d138c91 commit d161a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-https.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function force_https_redirect_non_https() {
3939
}
4040
}
4141

42-
// force https on all urls by replacing http:// with https://
42+
// enforce https on all urls by replacing http with https
4343
function force_https_securize_url( $url ) {
4444
return set_url_scheme( $url, 'https' );
4545
}

0 commit comments

Comments
 (0)