r113764 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113763‎ | r113764 | r113765 >
Date:21:30, 13 March 2012
Author:ialex
Status:ok
Tags:
Comment:
Use local context to get message
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLonelypages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLonelypages.php
@@ -34,7 +34,7 @@
3535 }
3636
3737 function getPageHeader() {
38 - return wfMsgExt( 'lonelypagestext', array( 'parse' ) );
 38+ return $this->msg( 'lonelypagestext' )->parseAsBlock();
3939 }
4040
4141 function sortDescending() {

Status & tagging log