mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
[doc] fix reference in VectorDefaultSkinVersionForNewAccounts config
Nick Ray identified in I7982b4c34283ba81d0232ee6f501c44cf0a74b98 that the config documentation for `VectorDefaultSkinVersionForNewAccounts` incorrectly referenced `VectorDefaultSkinVersion` for existing accounts. This should be `VectorDefaultSkinVersionForExistingAccounts`. This patch fixes the reference. Bug: T251415 Change-Id: I840831773f4b5996c4b7ffb9f29576830d55916f
This commit is contained in:
parent
ffcd4b6113
commit
4b9d307c33
|
@ -129,7 +129,7 @@
|
|||
},
|
||||
"VectorDefaultSkinVersionForNewAccounts": {
|
||||
"value": "2",
|
||||
"description": "@var string:['2'|'1'] The version ('2' for latest, '1' for legacy) of the Vector skin to **set** for newly created user accounts. **The value is persisted as a user preference.** This configuration is not used for preexisting accounts (see VectorDefaultSkinVersion) and only ever executed once at new account creation time."
|
||||
"description": "@var string:['2'|'1'] The version ('2' for latest, '1' for legacy) of the Vector skin to **set** for newly created user accounts. **The value is persisted as a user preference.** This configuration is not used for preexisting accounts (see VectorDefaultSkinVersionForExistingAccounts) and only ever executed once at new account creation time."
|
||||
}
|
||||
},
|
||||
"ServiceWiringFiles": [
|
||||
|
|
Loading…
Reference in a new issue