Fix Special:Preferences sub section link

Now links to nested sub sections are possible with
I33318b3fb73a27ce8013 in.

Bug: T248644
Change-Id: I92d0910191dcab0a7fe43ba6976c6773384688a7
This commit is contained in:
Volker E 2020-04-15 10:26:19 -07:00 committed by Jdlrobson
parent 0260424cf4
commit c3f9194144
1 changed files with 1 additions and 3 deletions

View File

@ -209,9 +209,7 @@ class VectorTemplate extends BaseTemplate {
'href' => SpecialPage::getTitleFor(
'Preferences',
false,
// FIXME: should be mw-prefsection-rendering-skin-skin-prefs but this doesn't currently work
// possibly due to the issues T246491
'mw-prefsection-rendering'
'mw-prefsection-rendering-skin-skin-prefs'
)->getLinkURL( 'wprov=' . self::OPT_OUT_LINK_TRACKING_CODE ),
'text' => $this->getMsg( 'vector-opt-out' )->text()
];