Index: trunk/phase3/maintenance/language/checkLanguage.inc |
— | — | @@ -383,7 +383,7 @@ |
384 | 384 | * @return The checks results as wiki text. |
385 | 385 | */ |
386 | 386 | function outputWiki() { |
387 | | - global $wgContLang, $IP; |
| 387 | + global $wgContLang; |
388 | 388 | $detailText = ''; |
389 | 389 | $rows[] = '! Language !! Code !! Total !! ' . implode( ' !! ', array_diff( $this->checks, $this->nonMessageChecks() ) ); |
390 | 390 | foreach ( $this->results as $code => $results ) { |
Index: trunk/phase3/maintenance/language/StatOutputs.php |
— | — | @@ -31,7 +31,6 @@ |
32 | 32 | /** Outputs WikiText */ |
33 | 33 | class wikiStatsOutput extends statsOutput { |
34 | 34 | function heading() { |
35 | | - global $IP; |
36 | 35 | $version = SpecialVersion::getVersion( 'nodb' ); |
37 | 36 | echo "'''Statistics are based on:''' <code>" . $version . "</code>\n\n"; |
38 | 37 | echo "'''Note:''' These statistics can be generated by running <code>php maintenance/language/transstat.php</code>.\n\n"; |