Changeset 24844
- Timestamp:
- 07/29/2013 01:21:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r24783 r24844 1914 1914 1915 1915 if ( ! in_array( $scheme, array( 'http', 'https', 'relative' ) ) ) { 1916 if ( is_ssl() && ! is_admin() )1916 if ( is_ssl() && ! is_admin() && 'wp-login.php' !== $GLOBALS['pagenow'] ) 1917 1917 $scheme = 'https'; 1918 1918 else
Note: See TracChangeset
for help on using the changeset viewer.