Ticket #5367: 5367.diff
| File 5367.diff, 441 bytes (added by DD32, 7 months ago) |
|---|
-
wp-includes/pluggable.php
old new 372 372 373 373 if ( !function_exists('wp_set_auth_cookie') ) : 374 374 function wp_set_auth_cookie($user_id, $remember = false) { 375 $user = get_userdata($user_id);376 377 375 if ( $remember ) { 378 376 $expiration = $expire = time() + 1209600; 379 377 } else {
