From: addshore Date: Thu, 23 Jun 2016 09:57:48 +0000 (+0100) Subject: Fix phpdoc of User::isIP X-Git-Tag: 1.31.0-rc.0~6551^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=1af30e9bf03ab190bf9259fba6b60b22d19b7efb;p=lhc%2Fweb%2Fwiklou.git Fix phpdoc of User::isIP Change-Id: I0990e91ca70cb6fab7e7023917d6eb0d6fd2ff31 --- diff --git a/includes/user/User.php b/includes/user/User.php index cc4c6d0c97..40b5b4008d 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -806,7 +806,7 @@ class User implements IDBAccessObject { } /** - * Does the string match an anonymous IPv4 address? + * Does the string match an anonymous IP address? * * This function exists for username validation, in order to reject * usernames which are similar in form to IP addresses. Strings such