(bug 23315) Add new body classes to allow easier styling of special pages.
authorIlmari Karonen <vyznev@users.mediawiki.org>
Sun, 6 Feb 2011 21:08:48 +0000 (21:08 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Sun, 6 Feb 2011 21:08:48 +0000 (21:08 +0000)
commit6eb0ed92076f4a3409e997deb0b57d6819df03b8
tree23f135e4acde3f295bc7d7b3f862c0024bb45d0b
parentbd333e7fcf60382bfc74d01e79754c3d4345a05b
(bug 23315) Add new body classes to allow easier styling of special pages.
Also eliminate some duplicate code introduced into SpecialPage::headElement() in r61071 by calling Skin::getPageClasses() instead, and use $sk parameter instead of $wgUser->getSkin() to get skin name.
RELEASE-NOTES
includes/OutputPage.php
includes/Skin.php