Changeset 6486
- Timestamp:
- 12/24/07 08:01:55 (10 months ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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);
