mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-25 06:36:32 +00:00
SkinMinerva: Remove incorrect comment
'returnto' is, in fact, set a few lines above this comment, since 2013 (I1553ee71f4f9ffec8462e3f9b85de9f39d921204). Change-Id: I20ab084b3ddf59d338268f00a7f2306c9e2bd2b3
This commit is contained in:
parent
ee5959a6fb
commit
786ec45c30
|
@ -696,7 +696,6 @@ class SkinMinerva extends SkinTemplate {
|
||||||
[ 'data-event-name' => 'logout' ]
|
[ 'data-event-name' => 'logout' ]
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
// note returnto is not set for mobile (per product spec)
|
|
||||||
// note welcome=yes in returnto allows us to detect accounts created from the left nav
|
// note welcome=yes in returnto allows us to detect accounts created from the left nav
|
||||||
$returntoquery[ 'welcome' ] = 'yes';
|
$returntoquery[ 'welcome' ] = 'yes';
|
||||||
// unset campaign on login link so as not to interfere with A/B tests
|
// unset campaign on login link so as not to interfere with A/B tests
|
||||||
|
|
Loading…
Reference in a new issue