Add to OutputPage::headElement a OutputPageBodyAttrs hook for extensions and a bodyAt...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Oct 2010 14:12:41 +0000 (14:12 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 3 Oct 2010 14:12:41 +0000 (14:12 +0000)
commit1839a15957bb19934ddeebc068305ceca8d09d8d
treefdaff99c6d72d1976ac714ed084783738217f3e6
parent4bdf872f0a5ff80edf1d8280a77e690b0b503b17
Add to OutputPage::headElement a OutputPageBodyAttrs hook for extensions and a bodyAttrs callback to Skin so that Extensions and Skins are able to add attributes and classes to the <body> tag without neeing to do insane things.
docs/hooks.txt
includes/OutputPage.php
includes/Skin.php