Changeset 6486 for trunk/wp-includes/pluggable.php
- Timestamp:
- 12/24/2007 08:01:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r6478 r6486 373 373 374 374 $cookie = $user->user_login . '|' . $expiration . '|' . $hash; 375 376 do_action('set_auth_cookie', $cookie, $expire); 375 377 376 378 setcookie(AUTH_COOKIE, $cookie, $expire, COOKIEPATH, COOKIE_DOMAIN);
Note: See TracChangeset
for help on using the changeset viewer.