Update documentation for $wgAutopromote
authorThalia <thalia.e.chan@googlemail.com>
Wed, 24 Jul 2019 22:21:06 +0000 (23:21 +0100)
committerThalia <thalia.e.chan@googlemail.com>
Wed, 24 Jul 2019 22:21:06 +0000 (23:21 +0100)
Follow-up to 1ad840da68

Change-Id: I7c2dedf3824154c0c844f73a98e6824fe8ff141a

includes/DefaultSettings.php

index 3bfc8f8..5a7ea78 100644 (file)
@@ -5467,7 +5467,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