r106293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106292‎ | r106293 | r106294 >
Date:00:31, 15 December 2011
Author:preilly
Status:ok
Tags:
Comment:
1.18wmf1: MFT r106292
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -1345,7 +1345,7 @@
13461346 $ptAnonLoginLinkTitle->nodeValue = self::$messages['mobile-frontend-login'];
13471347 }
13481348 if ( $ptAnonLoginLinkHref ) {
1349 - $ptAnonLoginLinkHref->nodeValue = str_replace( "&", "&", $ptAnonLoginLinkHref->nodeValue ) . '&useformat=mobile';
 1349+ $ptAnonLoginLinkHref->nodeValue = str_replace( "&", "&", $ptAnonLoginLinkHref->nodeValue );
13501350 }
13511351 $ptAnonLoginLinkText = $ptAnonLoginLink->firstChild;
13521352 if ( $ptAnonLoginLinkText ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106292remove querystringpreilly00:30, 15 December 2011

Status & tagging log