r112318 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112317‎ | r112318 | r112319 >
Date:12:52, 24 February 2012
Author:ialex
Status:ok
Tags:
Comment:
Use local context to get message
Modified paths:
  • /trunk/phase3/includes/specials/SpecialFewestrevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialFewestrevisions.php
@@ -83,7 +83,7 @@
8484
8585 $nl = $this->msg( 'nrevisions' )->numParams( $result->value )->escaped();
8686 $redirect = isset( $result->redirect ) && $result->redirect ?
87 - ' - ' . wfMsgHtml( 'isredirect' ) : '';
 87+ ' - ' . $this->msg( 'isredirect' )->escaped() : '';
8888 $nlink = Linker::linkKnown(
8989 $nt,
9090 $nl,

Status & tagging log