X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FTitle.php;h=262c6fa4396bf5b9df8dc22e8b00c319bac61aa0;hp=1a9ee39134f024f7972e5bb3d9fea4c4ce1e1547;hb=7340ddc12e299943485f8c928124a0890533dd9c;hpb=98c62a654275a72f3e937a7753d9728e92fd6c3f diff --git a/includes/Title.php b/includes/Title.php index 1a9ee39134..262c6fa439 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2452,8 +2452,8 @@ class Title implements LinkTarget { /** * Can $user perform $action on this page? This is an internal function, - * which checks ONLY that previously checked by userCan (i.e. it leaves out - * checks on wfReadOnly() and blocks) + * with multiple levels of checks depending on performance needs; see $rigor below. + * It does not check wfReadOnly(). * * @param string $action Action that permission needs to be checked for * @param User $user User to check