From: Brion Vibber Date: Sun, 11 Dec 2005 09:53:16 +0000 (+0000) Subject: * Fix regression: old version missing from edit links in Nostalgia skin X-Git-Tag: 1.6.0~970 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=16f52d132bf5a4d6b6e1cfa6b3213b467ee423ef;p=lhc%2Fweb%2Fwiklou.git * Fix regression: old version missing from edit links in Nostalgia skin --- 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'; }