Changeset 36709 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/25/2016 12:52:33 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36704 r36709 5038 5038 } 5039 5039 5040 // On SSL front -end, URLs should be HTTPS.5040 // On SSL front end, URLs should be HTTPS. 5041 5041 if ( is_ssl() && ! is_admin() && 'wp-login.php' !== $GLOBALS['pagenow'] ) { 5042 5042 $url = set_url_scheme( $url );
Note: See TracChangeset
for help on using the changeset viewer.