From: Tom Gilder Date: Thu, 13 Oct 2005 20:03:09 +0000 (+0000) Subject: temp disable bold link to my contributions; link was bold on all Special:Contribution... X-Git-Tag: 1.6.0~1429 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=7caddc9f1b4f511f2f5860646627ed6db31bdf5a;p=lhc%2Fweb%2Fwiklou.git temp disable bold link to my contributions; link was bold on all Special:Contributions, not just current user's (fix me please!) --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index cf8f1b0756..11fd225bc9 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -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'),