Changeset 29102 for trunk/src/wp-includes/user.php
- Timestamp:
- 07/11/2014 07:23:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r29043 r29102 1893 1893 // If it's greater than this, then we know the user checked 'Remember Me' when they logged in. 1894 1894 $logged_in_cookie = wp_parse_auth_cookie( '', 'logged_in' ); 1895 /** This filter is documented in wp-includes/pluggable.php */ 1895 1896 $default_cookie_life = apply_filters( 'auth_cookie_expiration', ( 2 * DAY_IN_SECONDS ), $ID, false ); 1896 1897 $remember = ( ( $logged_in_cookie['expiration'] - time() ) > $default_cookie_life );
Note: See TracChangeset
for help on using the changeset viewer.