From: Chad Horohoe Date: Sat, 2 Aug 2008 14:51:40 +0000 (+0000) Subject: Tweak the version info for MW just a bit, bring it more in line with the module listi... X-Git-Tag: 1.31.0-rc.0~46190 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=4426ed9527738f7bd73ee53a5a5250be0b0bf6b8;p=lhc%2Fweb%2Fwiklou.git Tweak the version info for MW just a bit, bring it more in line with the module listings in terms of formatting. --- 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();