Changeset 41128 for branches/4.5/src/wp-includes/user.php
- Timestamp:
- 07/24/2017 10:24:07 PM (8 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 37697,37720
- Property svn:mergeinfo changed
-
branches/4.5/src/wp-includes/user.php
r37008 r41128 28 28 function wp_signon( $credentials = array(), $secure_cookie = '' ) { 29 29 if ( empty($credentials) ) { 30 $credentials = array(); // Back-compat for plugins passing an empty string. 31 30 32 if ( ! empty($_POST['log']) ) 31 33 $credentials['user_login'] = $_POST['log'];
Note: See TracChangeset
for help on using the changeset viewer.