r111873 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111872‎ | r111873 | r111874 >
Date:17:17, 19 February 2012
Author:siebrand
Status:ok
Tags:i18nreview 
Comment:
Fix incorrect call.
Modified paths:
  • /trunk/extensions/Translate/MessageGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/MessageGroups.php
@@ -897,7 +897,7 @@
898898 // Allow for adding a custom group description by using
899899 // "MediaWiki:Tp-custom-<group ID>".
900900 if( wfMessage( 'tp-custom-' . $this->id )->inContentLanguage()->exists() ) {
901 - $customText = ' ' . wfMessage( 'tp-custom-' . $this->id )->getText();
 901+ $customText = ' ' . wfMessage( 'tp-custom-' . $this->id )->text();
902902 } else {
903903 $customText = '';
904904 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111871Group description of translatable pages can be extended by adding content to ...siebrand16:54, 19 February 2012

Status & tagging log