r114076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114075‎ | r114076 | r114077 >
Date:21:51, 17 March 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r114075, also change compat code in EP
Modified paths:
  • /trunk/extensions/EducationProgram/specials/SpecialCachedPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialCachedPage.php
@@ -144,7 +144,7 @@
145145
146146 if ( $value > 0 || ( $name == 'seconds' && empty( $segments ) ) ) {
147147 $seconds -= $value * $length;
148 - $segments[] = wfMsgExt( 'duration-' . $name, 'parsemag', $value );
 148+ $segments[] = $this->msg( 'duration-' . $name, array( $value ) )->escaped();
149149 }
150150 }
151151

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114075follow up to r114067, use correct languagejeroendedauw21:47, 17 March 2012

Status & tagging log