r106292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106291‎ | r106292 | r106293 >
Date:00:30, 15 December 2011
Author:preilly
Status:deferred
Tags:mobile 
Comment:
remove querystring
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/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 ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r1062931.18wmf1: MFT r106292preilly00:31, 15 December 2011

Status & tagging log