r92389 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92388‎ | r92389 | r92390 >
Date:09:33, 17 July 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix for r92388: that was the wrong method
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWatchlist.php
@@ -62,7 +62,7 @@
6363 array(),
6464 array( 'returnto' => $this->getTitle()->getPrefixedText() )
6565 );
66 - $out->addHTML( wfMessage( 'watchlistanontext' )->rawParam( $llink )->parse() );
 66+ $out->addHTML( wfMessage( 'watchlistanontext' )->rawParams( $llink )->parse() );
6767 return;
6868 }
6969

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92388* Changed Special:RecentChanges and Special:RecentChangesLinked to use the lo...ialex09:25, 17 July 2011

Status & tagging log