From 7caddc9f1b4f511f2f5860646627ed6db31bdf5a Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Thu, 13 Oct 2005 20:03:09 +0000 Subject: [PATCH] temp disable bold link to my contributions; link was bold on all Special:Contributions, not just current user's (fix me please!) --- includes/SkinTemplate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), -- 2.20.1