r99778 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99777‎ | r99778 | r99779 >
Date:16:01, 14 October 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Siebrand, fix for r99678: use word-separator and parentheses messages
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -3713,7 +3713,8 @@
37143714 function specialList( $page, $details, $oppositedm = true ) {
37153715 $dirmark = ( $oppositedm ? $this->getDirMark( true ) : '' ) .
37163716 $this->getDirMark();
3717 - $details = $details ? $dirmark . " ($details)" : '';
 3717+ $details = $details ? $dirmark . $this->getMessageFromDB( 'word-separator' ) .
 3718+ wfMsgExt( 'parentheses', array( 'escape', 'replaceafter', 'language' => $this ), $details ) : '';
37183719 return $page . $details;
37193720 }
37203721

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99678Moved wfSpecialList() to Language::specialList() so that it can be used in th...ialex11:46, 13 October 2011

Status & tagging log