From 1bfd360cb8ef75c1d6948f9456abe5ceb125f99f Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Fri, 31 Dec 2010 17:26:31 +0000 Subject: [PATCH] Might as well fix this doc file... even though it's completely out of date... --- docs/skin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/skin.txt b/docs/skin.txt index a42369ce90..4a0c373904 100644 --- a/docs/skin.txt +++ b/docs/skin.txt @@ -76,9 +76,9 @@ It is now possible (since MediaWiki 1.12) to write a skin as a standard MediaWiki extension, enabled via LocalSettings.php. This is done by adding it to $wgValidSkinNames, for example: -$wgValidSkinNames['mycoolskin'] = 'My cool skin'; +$wgValidSkinNames['mycoolskin'] = 'MyCoolSkin'; -and then registering a class in $wgAutoloadClasses called SkinMycoolskin, which +and then registering a class in $wgAutoloadClasses called SkinMycoolSkin, which derives from Skin. This technique is apparently not yet used (as of 2008) outside the DumpHTML extension. -- 2.20.1