From 4426ed9527738f7bd73ee53a5a5250be0b0bf6b8 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 2 Aug 2008 14:51:40 +0000 Subject: [PATCH] Tweak the version info for MW just a bit, bring it more in line with the module listings in terms of formatting. --- includes/api/ApiMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index c1d36bdba3..63e53776ec 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -606,7 +606,7 @@ class ApiMain extends ApiBase { */ public function getVersion() { $vers = array (); - $vers[] = 'MediaWiki ' . SpecialVersion::getVersion(); + $vers[] = 'MediaWiki: ' . SpecialVersion::getVersion() . "\n http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/"; $vers[] = __CLASS__ . ': $Id$'; $vers[] = ApiBase :: getBaseVersion(); $vers[] = ApiFormatBase :: getBaseVersion(); -- 2.20.1