r71543 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71542‎ | r71543 | r71544 >
Date:01:41, 24 August 2010
Author:reedy
Status:deferred
Tags:
Comment:
Last followup to r71450

Drop some whitespace too
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php
@@ -20,7 +20,7 @@
2121
2222 return true;
2323 } //schema
24 -
 24+
2525 /**
2626 * Make sure the table exists for parser tests
2727 * @param $tables
@@ -31,14 +31,14 @@
3232 $tables[] = 'article_assessment_pages';
3333 return true;
3434 }
35 -
36 - public static function addCode( &$data ) {
 35+
 36+ public static function addCode( &$data, $skin ) {
3737 //check if this page should have the form
38 -
 38+
3939 //write the form
40 -
 40+
4141 //if user has no cookie, set cookie
42 -
 42+
4343 return true;
4444 }
4545 }
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71450Changes for 0.6.6 - fixed issue with using templates to format popup contentsjeroendedauw21:53, 22 August 2010

Status & tagging log