Changeset 8730 for trunk/wp-login.php
- Timestamp:
- 08/25/2008 08:40:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r8701 r8730 424 424 $redirect_to = $_REQUEST['redirect_to']; 425 425 // Redirect to https if user wants ssl 426 if ( $secure_cookie )426 if ( $secure_cookie && false !== strpos($redirect_to, 'wp-admin') ) 427 427 $redirect_to = preg_replace('|^http://|', 'https://', $redirect_to); 428 428 } else {
Note: See TracChangeset
for help on using the changeset viewer.