aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtex <xtexchooser@duck.com>2024-10-27 14:46:15 +0800
committerKrinkle <krinkle@fastmail.com>2024-10-28 04:31:26 +0000
commit14766586a5491175620ea8a44ccde2e80042d677 (patch)
tree29a19e9bd5de68c5e9baeb28f16d233d84371b9c
parent7f62263373c526e46a51e096cbf9fdc90b396218 (diff)
downloadmediawikicore-14766586a5491175620ea8a44ccde2e80042d677.tar.gz
mediawikicore-14766586a5491175620ea8a44ccde2e80042d677.zip
docs: Mention wgParserEnableUserLanguage in release notes
Bug: T4085 Change-Id: I26b3ca261b5366a9fb5c4a6f1b10769ddd9ad012
-rw-r--r--RELEASE-NOTES-1.434
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43
index 2e58cc37c94d..369e47549818 100644
--- a/RELEASE-NOTES-1.43
+++ b/RELEASE-NOTES-1.43
@@ -62,6 +62,10 @@ For notes on 1.42.x and older releases, see HISTORY.
'history_copyright' and the hook 'SkinCopyrightFooter', which have been
deprecated in this release. This helps protect your wiki against attacks by
a rogue administrator account and will become the default in the future.
+* (T4085) $wgParserEnableUserLanguage - Defaults to false, can be set to
+ true to let {{USERLANGUAGE}} magic word return the user's language,
+ instead of the page language. Beware that accessing the user language may
+ reduce the efficiency of the parser cache.
* …
==== Changed configuration ====