temp disable bold link to my contributions; link was bold on all Special:Contribution...
authorTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 20:03:09 +0000 (20:03 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Thu, 13 Oct 2005 20:03:09 +0000 (20:03 +0000)
includes/SkinTemplate.php

index cf8f1b0..11fd225 100644 (file)
@@ -467,8 +467,8 @@ class SkinTemplate extends Skin {
                        $href = $this->makeSpecialUrl("Contributions/$this->username");
                        $personal_urls['mycontris'] = array(
                                'text' => wfMsg('mycontris'),
-                               'href' => $href,
-                               'active' => ( $href == $pageurl . '/' . $this->username )
+                               'href' => $href
+                               # FIXME #  'active' => ( $href == $pageurl . '/' . $this->username )
                        );
                        $personal_urls['logout'] = array(
                                'text' => wfMsg('userlogout'),