Merge "Enable RecentChanges modules on mobile"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index d23cc7b..cf8491a 100644 (file)
@@ -5462,7 +5462,7 @@ $wgAutoConfirmCount = 0;
  *  - [ APCOND_IPINRANGE, range ]:
  *      true if the user has an IP address in the range of the passed parameter
  *  - [ APCOND_BLOCKED ]:
- *      true if the user is blocked
+ *      true if the user is sitewide blocked
  *  - [ APCOND_ISBOT ]:
  *      true if the user is a bot
  *  - similar constructs can be defined by extensions