r94744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94743‎ | r94744 | r94745 >
Date:11:41, 17 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r94720

Fix getVersion to more usual API style
Modified paths:
  • /trunk/extensions/ContributionTracking/ApiContributionTracking.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionTracking/ApiContributionTracking.php
@@ -191,7 +191,7 @@
192192 }
193193
194194 public function getVersion() {
195 - return "1.0"; //Is this really _that_ arbitrary?
 195+ return __CLASS__ . ': $Id$';
196196 }
197197
198198 }
Property changes on: trunk/extensions/ContributionTracking/ApiContributionTracking.php
___________________________________________________________________
Added: svn:keywords
199199 + Id

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94720In the process of adding an API to ContributionTracking, I ended up refactori...khorn00:58, 17 August 2011

Status & tagging log