Small MonoBook cleanup:
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 6 Sep 2011 15:27:42 +0000 (15:27 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 6 Sep 2011 15:27:42 +0000 (15:27 +0000)
commitd018001f3b770274a3e7cb1023e886be52418d0e
tree650e3addb29b56780f3f52e6c451f2ffde3107d6
parent47f7f15c0b35eb7dce2197aa31ba0661d90a7da5
Small MonoBook cleanup:
* Eliminate the unnecessary ->skin and $skin, $this->skin is only used in one spot and we have getSkin()
* Linker::tooltipAndAccesskeyAttribs isn't &, don't + it to an empty array(), just use a short inline array instead of this var
* Elimiate all this unnecessary code in cactions and just use makeListItem. It's shorter, outputs everything this code does, AND it outputs rel="archive" on history which was missing from MonoBook.
skins/MonoBook.php