Rename Skin::addToSidebar() to Skin::addToSidebarPlain() and have it take plain text...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 25 Feb 2010 15:58:29 +0000 (15:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 25 Feb 2010 15:58:29 +0000 (15:58 +0000)
commit7becf3c16ac64e441c5068d7cca6fbdc96399b54
tree4604b0e87dd8a21ecf4d3d856e7e11f21d15ba2a
parentc87d5c3da11ccb063578b114b7a6c1de52d64015
Rename Skin::addToSidebar() to Skin::addToSidebarPlain() and have it take plain text instead of a message key so it's actually useful to extensions that want to modify the sidebar in a non-message-based way (like DynamicSidebar). Kept addToSidebar() as a wrapper for backwards compatibility
includes/Skin.php