Changeset 41688 for trunk/src/wp-includes/user.php
- Timestamp:
- 10/02/2017 10:13:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r41654 r41688 58 58 * @todo Decide whether to deprecate the wp_authenticate action. 59 59 * 60 * @param string $user_login Username , passed by reference.61 * @param string $user_password User password , passed by reference.60 * @param string $user_login Username (passed by reference). 61 * @param string $user_password User password (passed by reference). 62 62 */ 63 63 do_action_ref_array( 'wp_authenticate', array( &$credentials['user_login'], &$credentials['user_password'] ) );
Note: See TracChangeset
for help on using the changeset viewer.