Changeset 17227 for trunk/wp-includes/user.php
- Timestamp:
- 01/06/2011 04:08:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r17198 r17227 43 43 if ( '' === $secure_cookie ) 44 44 $secure_cookie = is_ssl(); 45 46 $secure_cookie = apply_filters('secure_signon_cookie', $secure_cookie, $credentials); 45 47 46 48 global $auth_secure_cookie; // XXX ugly hack to pass this to wp_authenticate_cookie
Note: See TracChangeset
for help on using the changeset viewer.