Page MenuHomePhabricator

"Return to Array." when logging in
Closed, ResolvedPublic

Description

When logging in to MediaWiki.org (or a deployment-prep site according to Chris McMahon, so I'm assuming this is was broken in 1.21wmf1), I get "Return to Array.", instead of "Return to" with the page name I just came from.


Version: unspecified
Severity: minor

Details

Reference
bz40668

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:53 AM
bzimport set Reference to bz40668.

seen after deploy to mw.o Oct 1

screen shot attached

Created attachment 11153
return to Array ss

return to Array

Attached:

Screen_shot_2012-10-01_at_1.46.33_PM.png (377×553 px, 78 KB)

'returnto' => 'Return to $1.',

		$link = $this->msg( 'returnto' )->rawParams(
			Linker::link( $title, $text, array(), $query, $options ) )->escaped();

I think, it's:
https://gerrit.wikimedia.org/r/#/c/25529/