Do not mention deprecated User::isValidEmailAddr() in hooks.txt
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 27 Jun 2014 14:50:27 +0000 (16:50 +0200)
committerIAlex <codereview@emsenhuber.ch>
Fri, 27 Jun 2014 19:57:58 +0000 (19:57 +0000)
Replaced by Sanitizer::validateEmail()

Change-Id: I7b4ef438dd31a2dbc641bb06bea8e256e0f5dd1f

docs/hooks.txt

index 8d7e654..82b4188 100644 (file)
@@ -1496,7 +1496,7 @@ $result: Change this value to override the result of wfIsTrustedProxy()
 $url: URL used to upload from
 &$allowed: Boolean indicating if uploading is allowed for given URL
 
-'isValidEmailAddr': Override the result of User::isValidEmailAddr(), for
+'isValidEmailAddr': Override the result of Sanitizer::validateEmail(), for
 instance to return false if the domain name doesn't match your organization.
 $addr: The e-mail address entered by the user
 &$result: Set this and return false to override the internal checks