$message.='<a href='.esc_url(get_permalink(401)."?action=rp&key=$key&login=".rawurlencode($user_login)).' mc:disable-tracking>'.__('Click here to reset your password.').'</a><br/><br/>';
$message.=__('If you did not request to change you password, you don\'t have to do anything. Your password will not be changed.')."<br /><br />";
$errors->add('confirm',__('Check your e-mail for the confirmation link.'),'message');
}else{
$errors->add('could_not_sent',__('The e-mail could not be sent.')."<br />\n".__('Possible reason: your host may have disabled the mail() function.'),'message');