Tweak the version info for MW just a bit, bring it more in line with the module listi...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 2 Aug 2008 14:51:40 +0000 (14:51 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 2 Aug 2008 14:51:40 +0000 (14:51 +0000)
includes/api/ApiMain.php

index c1d36bd..63e5377 100644 (file)
@@ -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();