Changeset 41129 for branches/4.4/src/wp-login.php
- Timestamp:
- 07/24/2017 10:26:59 PM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/trunk merged: 37697,37720
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-login.php
r36043 r41129 773 773 $reauth = empty($_REQUEST['reauth']) ? false : true; 774 774 775 $user = wp_signon( '', $secure_cookie );775 $user = wp_signon( array(), $secure_cookie ); 776 776 777 777 if ( empty( $_COOKIE[ LOGGED_IN_COOKIE ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.