|
[MediaWiki-CVS] SVN: [54095] trunk/phase3/includes/specials/SpecialVersion.: msg#01473mediawiki-cvs
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54095 Revision: 54095 Author: nikerabbit Date: 2009-07-31 12:45:29 +0000 (Fri, 31 Jul 2009) Log Message: ----------- Whitespace fixes Modified Paths: -------------- trunk/phase3/includes/specials/SpecialVersion.php Modified: trunk/phase3/includes/specials/SpecialVersion.php =================================================================== --- trunk/phase3/includes/specials/SpecialVersion.php 2009-07-31 11:55:50 UTC (rev 54094) +++ trunk/phase3/includes/specials/SpecialVersion.php 2009-07-31 12:45:29 UTC (rev 54095) @@ -13,7 +13,7 @@ private $firstExtOpened = true; function __construct(){ - parent::__construct( 'Version' ); + parent::__construct( 'Version' ); } /** @@ -31,7 +31,7 @@ } else { $wgOut->addHTML( '<div dir="ltr">' ); } - $text = + $text = $this->MediaWikiCredits() . $this->softwareInformation() . $this->extensionCredits(); @@ -307,7 +307,7 @@ } $swMathVer[$swMath] = trim( $swMathVerInfo ); $software["[$swMathURL[$swMath] $swMathName[$swMath]]"] = $swMathVer[$swMath]; - } + } } } } @@ -326,7 +326,7 @@ <td>" . $name . "</td> <td>" . $version . "</td> </tr>\n"; - } + } return $out . Xml::closeElement( 'table' ); } @@ -350,7 +350,7 @@ wfProfileOut( __METHOD__ ); return $version; } - + /** * Return a string of the MediaWiki version with a link to SVN revision if * available @@ -590,7 +590,7 @@ } else { if( is_object( $list[0] ) ) $class = get_class( $list[0] ); - else + else $class = $list[0]; return "($class, {$list[1]})"; } @@ -605,7 +605,7 @@ * @param Boolean $extension optional to check the path whether is from * Wikimedia SVN server or not * @param Boolean $relPath optional to get the end part of the checkout path - * @return mixed revision number as int, end part of the checkout path, + * @return mixed revision number as int, end part of the checkout path, * or false if not a SVN checkout */ public static function getSvnRevision( $dir, $coRev = false, $extension = false, $relPath = false) { _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS@xxxxxxxxxxxxxxxxxxx https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |