Changeset 36709 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 02/25/2016 12:52:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r36705 r36709 825 825 } 826 826 827 // Front end cookie is secure when the auth cookie is secure and the site's home URL is forced HTTPS.827 // Front-end cookie is secure when the auth cookie is secure and the site's home URL is forced HTTPS. 828 828 $secure_logged_in_cookie = $secure && 'https' === parse_url( get_option( 'home' ), PHP_URL_SCHEME ); 829 829
Note: See TracChangeset
for help on using the changeset viewer.