Changeset 27350 for trunk/src/wp-includes/user.php
- Timestamp:
- 03/02/2014 06:04:07 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r27191 r27350 23 23 * @return object Either WP_Error on failure, or WP_User on success. 24 24 */ 25 function wp_signon( $credentials = '', $secure_cookie = '' ) {25 function wp_signon( $credentials = array(), $secure_cookie = '' ) { 26 26 if ( empty($credentials) ) { 27 27 if ( ! empty($_POST['log']) )
Note: See TracChangeset
for help on using the changeset viewer.