From 156a1a288a84e1e0875460bba1ac95df3c79c172 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 12 Jan 2008 13:44:08 +0000 Subject: [PATCH] Revert r29647, as per my comment on bug 12536. --- RELEASE-NOTES | 1 - includes/Skin.php | 1 - 2 files changed, 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9746d75190..1ecb203fbf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -124,7 +124,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added exception hooks * (bug 12574) Allow bots to specify whether an edit should be marked as a bot edit, via the parameter 'bot'. (Default: '1') -* (bug 12536) User should be able to get MediaWiki version from any page === Bug fixes in 1.12 === diff --git a/includes/Skin.php b/includes/Skin.php index 92180b613e..9d00e1d68d 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -325,7 +325,6 @@ class Skin extends Linker { 'wgContentLanguage' => $wgContLang->getCode(), 'wgBreakFrames' => $wgBreakFrames, 'wgCurRevisionId' => isset( $wgArticle ) ? $wgArticle->getLatest() : 0, - 'wgMWVersion' => SpecialVersion::getVersion(), ); global $wgLivePreview; -- 2.20.1