r70544 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70543‎ | r70544 | r70545 >
Date:06:33, 6 August 2010
Author:reedy
Status:ok (Comments)
Tags:
Comment:
svn:keywords Id

Change getVersion
Modified paths:
  • /trunk/extensions/Distribution/api/ApiQueryExtensions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Distribution/api/ApiQueryExtensions.php
@@ -96,7 +96,7 @@
9797 * @since 0.1
9898 */
9999 public function getVersion() {
100 - return __CLASS__ . '';
 100+ return __CLASS__ . ': $Id$';
101101 }
102102
103103 }
\ No newline at end of file
Property changes on: trunk/extensions/Distribution/api/ApiQueryExtensions.php
___________________________________________________________________
Added: svn:keywords
104104 + Id

Comments

#Comment by Jeroen De Dauw (talk | contribs)   00:33, 7 August 2010

Thanks for fixing - I read up on the awesomeness that svn:keywords is and will apply correctly in the future :)

Status & tagging log