diff options
Diffstat (limited to 'includes/MainConfigSchema.php')
-rw-r--r-- | includes/MainConfigSchema.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/MainConfigSchema.php b/includes/MainConfigSchema.php index 068dd1a1a95a..2a0c24e10af3 100644 --- a/includes/MainConfigSchema.php +++ b/includes/MainConfigSchema.php @@ -8367,8 +8367,7 @@ class MainConfigSchema { * [ event => criteria, ... ] * ``` * - * Where event is either: - * - 'onEdit' (when user edits) + * The only recognised value for event is 'onEdit' (when the user edits). * * Criteria has the same format as $wgAutopromote * |