diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2024-10-15 17:55:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2024-10-15 17:55:41 +0000 |
commit | 84803d8a50cb37b0dbc9007ebc4f6c26bb1c9fd1 (patch) | |
tree | 29a0f6c917186b39b3f3d25f990d811027addc57 /includes/MainConfigSchema.php | |
parent | 346bf0c8ee58bcf4ef8c3b9ccd03f02d6caf6430 (diff) | |
parent | 2d8298c36cff31707b6665edcacc29f6bac84d13 (diff) | |
download | mediawikicore-84803d8a50cb37b0dbc9007ebc4f6c26bb1c9fd1.tar.gz mediawikicore-84803d8a50cb37b0dbc9007ebc4f6c26bb1c9fd1.zip |
Merge "Improve documentation for wgAutopromoteOnce"
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 * |