Use ->parse() for messages on Special:ResetTokens
[lhc/web/wiklou.git] / includes / SpecialPage.php
index ac838a5..d87f910 100644 (file)
@@ -553,7 +553,7 @@ class SpecialPage {
         *   pages?
         */
        public function isRestricted() {
-               // DWIM: If all anons can do something, then it is not restricted
+               // DWIM: If anons can do something, then it is not restricted
                return $this->mRestriction != '' && !User::groupHasPermission( '*', $this->mRestriction );
        }