r79355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79354‎ | r79355 | r79356 >
Date:17:26, 31 December 2010
Author:dantman
Status:ok
Tags:
Comment:
Might as well fix this doc file... even though it's completely out of date...
Modified paths:
  • /trunk/phase3/docs/skin.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/skin.txt
@@ -76,9 +76,9 @@
7777 MediaWiki extension, enabled via LocalSettings.php. This is done by adding
7878 it to $wgValidSkinNames, for example:
7979
80 -$wgValidSkinNames['mycoolskin'] = 'My cool skin';
 80+$wgValidSkinNames['mycoolskin'] = 'MyCoolSkin';
8181
82 -and then registering a class in $wgAutoloadClasses called SkinMycoolskin, which
 82+and then registering a class in $wgAutoloadClasses called SkinMycoolSkin, which
8383 derives from Skin. This technique is apparently not yet used (as of 2008)
8484 outside the DumpHTML extension.
8585

Status & tagging log