r25630 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25629‎ | r25630 | r25631 >
Date:11:22, 7 September 2007
Author:raymond
Status:old
Tags:
Comment:
* Fix stupid syntax error
* Tweak extension credits (question: who was the author?)
Modified paths:
  • /trunk/extensions/SiteMatrix/SiteMatrix.php (modified) (history)
  • /trunk/extensions/SiteMatrix/SiteMatrix_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SiteMatrix/SiteMatrix.php
@@ -10,7 +10,7 @@
1111
1212 $wgExtensionCredits['specialpage'][] = array(
1313 'name' => 'SiteMatrix',
14 - 'description' => 'display a list of wikimedia wikis'
 14+ 'description' => 'Displays a list of Wikimedia wikis'
1515 );
1616
1717 # Internationalisation file
Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php
@@ -91,7 +91,7 @@
9292 $s = '<table>
9393 <tr>
9494 <th>' . wfMsg( 'sitematrix-language' ) . '</th>
95 - <th colspan="' . count( $sites ) . '>' . wfMsg( 'sitematrix-project' ) . '"</th>
 95+ <th colspan="' . count( $sites ) . '">' . wfMsg( 'sitematrix-project' ) . '</th>
9696 </tr><tr>
9797 <th>&nbsp;</th>';
9898 foreach ( $names as $name ) {

Status & tagging log