From 16f52d132bf5a4d6b6e1cfa6b3213b467ee423ef Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 11 Dec 2005 09:53:16 +0000 Subject: [PATCH] * Fix regression: old version missing from edit links in Nostalgia skin --- RELEASE-NOTES | 1 + skins/Nostalgia.php | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fd600ade6a..3ee232a576 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -308,6 +308,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 4212) Skip redundant meta-robots tag for default settings * Use content-lang for sitenotice * (bug 4233) Update LanguageJa.php +* Fix regression: old version missing from edit links in Nostalgia skin === Caveats === diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index cd2eae6e42..fb8014e748 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -17,10 +17,6 @@ if( !defined( 'MEDIAWIKI' ) ) */ class SkinNostalgia extends Skin { - function initPage() { - # ... - } - function getStylesheet() { return 'common/nostalgia.css?1'; } -- 2.20.1