r87166 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87165‎ | r87166 | r87167 >
Date:15:14, 30 April 2011
Author:ialex
Status:ok
Tags:
Comment:
I have no idea where that count() pass in r87165
Modified paths:
  • /trunk/phase3/includes/actions/CreditsAction.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/actions/CreditsAction.php
@@ -152,7 +152,7 @@
153153
154154 if ( count( $anon_ips ) ) {
155155 $anon = wfMessage( 'anonusers' )->rawParams( $wgLang->listToText( $anon_ips ) )->params(
156 - $anon_ips )->escaped();
 156+ count( $anon_ips ) )->escaped();
157157 } else {
158158 $anon = false;
159159 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87165Properly escape the ouput in action=credits (and in page footer), using wfMes...ialex15:12, 30 April 2011

Status & tagging log