Make WordPress Core


Ignore:
Timestamp:
07/11/2014 07:23:25 PM (11 years ago)
Author:
ocean90
Message:

Add missing filter doc, see [29043].

see #27627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r29043 r29102  
    18931893            // If it's greater than this, then we know the user checked 'Remember Me' when they logged in.
    18941894            $logged_in_cookie    = wp_parse_auth_cookie( '', 'logged_in' );
     1895            /** This filter is documented in wp-includes/pluggable.php */
    18951896            $default_cookie_life = apply_filters( 'auth_cookie_expiration', ( 2 * DAY_IN_SECONDS ), $ID, false );
    18961897            $remember            = ( ( $logged_in_cookie['expiration'] - time() ) > $default_cookie_life );
Note: See TracChangeset for help on using the changeset viewer.