r75632 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75631‎ | r75632 | r75633 >
Date:22:56, 28 October 2010
Author:reedy
Status:ok
Tags:
Comment:
Minor followup to r75621, add whitespace

Add getVersion to ApiFormatXmlRsd
Modified paths:
  • /trunk/phase3/includes/api/ApiRsd.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiRsd.php
@@ -166,6 +166,7 @@
167167 }
168168 return $outputData;
169169 }
 170+
170171 public function getVersion() {
171172 return __CLASS__ . ': $Id$';
172173 }
@@ -180,4 +181,8 @@
181182 public function getMimeType() {
182183 return 'application/rsd+xml';
183184 }
 185+
 186+ public function getVersion() {
 187+ return __CLASS__ . ': $Id$';
 188+ }
184189 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75621(bug 25648) API discovery information has been added as RSD link in page <hea...btongminh19:20, 28 October 2010

Status & tagging log