From 52fe0f5ba3c4d0b82cbd0bfe9f802554a6ab0b09 Mon Sep 17 00:00:00 2001 From: Thalia Date: Wed, 24 Jul 2019 23:21:06 +0100 Subject: [PATCH] Update documentation for $wgAutopromote Follow-up to 1ad840da68 Change-Id: I7c2dedf3824154c0c844f73a98e6824fe8ff141a --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3bfc8f8241..5a7ea78f26 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1