Changeset 37697 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/14/2016 03:33:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r37544 r37697 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.