Changeset 13769 for trunk/wp-includes/user.php
- Timestamp:
- 03/19/2010 09:15:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r13761 r13769 42 42 43 43 if ( '' === $secure_cookie ) 44 $secure_cookie = is_ssl() ? true : false;44 $secure_cookie = is_ssl(); 45 45 46 46 global $auth_secure_cookie; // XXX ugly hack to pass this to wp_authenticate_cookie
Note: See TracChangeset
for help on using the changeset viewer.