75*76* @todo Decide whether to deprecate the wp_authenticate action.77*78* @param string$user_loginUsername(passed by reference).79* @param string$user_password User password(passed by reference).80*/81do_action_ref_array('wp_authenticate',array(&$credentials['user_login'],&$credentials['user_password']));8283if(''===$secure_cookie){84$secure_cookie=is_ssl();85}8687/**
History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.