r47732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47731‎ | r47732 | r47733 >
Date:23:33, 23 February 2009
Author:aaron
Status:deferred
Tags:
Comment:
Fix link pipe breakage from r47054
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -187,9 +187,8 @@
188188 __METHOD__ );
189189 $rejects .= " [$count]";
190190
191 - $wgOut->addHTML( "<li><i>".wfMsgHtml("confirmaccount-type-$i")."</i> ($open" .
192 - $wgLang->pipeList( array( $held, $rejects, $stale ) ) .
193 - ")</li>" );
 191+ $wgOut->addHTML( "<li><i>".wfMsgHtml("confirmaccount-type-$i")."</i> (" .
 192+ $wgLang->pipeList( array( $open, $held, $rejects, $stale ) ) . ")</li>" );
194193 }
195194 $wgOut->addHTML( '</ul>' );
196195 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47054Replace hard coded pipe separators with locale basedsiebrand21:59, 9 February 2009

Status & tagging log