Changeset 6486

Show
Ignore:
Timestamp:
12/24/07 08:01:55 (10 months ago)
Author:
ryan
Message:

set_auth_cookie action. see #5367

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/pluggable.php

    r6478 r6486  
    373373 
    374374    $cookie = $user->user_login . '|' . $expiration . '|' . $hash; 
     375 
     376    do_action('set_auth_cookie', $cookie, $expire); 
    375377 
    376378    setcookie(AUTH_COOKIE, $cookie, $expire, COOKIEPATH, COOKIE_DOMAIN);