From: Rotem Liss Date: Sun, 28 Jan 2007 15:01:09 +0000 (+0000) Subject: Typo + bug number in comment. X-Git-Tag: 1.31.0-rc.0~54173 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=1940eca61a606eb1515fa400895758292ce80bfe;p=lhc%2Fweb%2Fwiklou.git Typo + bug number in comment. --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 337666adfa..7e2d57bd67 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -526,8 +526,8 @@ class SkinTemplate extends Skin { $personal_urls['mycontris'] = array( 'text' => wfMsg( 'mycontris' ), 'href' => $href, - // FIXME # 'active' was disabed in r11346 with message: "disable bold link to my contributions; link was bold on all - // Special:Contributions, not just current user's (fix me please!)". Until resolved, explicitly setting active to false. + // FIXME # 'active' was disabled in r11346 with message: "disable bold link to my contributions; link was bold on all + // Special:Contributions, not just current user's (fix me please!)". Until resolved (bug 4764), explicitly setting active to false. 'active' => false # ( ( $href == $pageurl . '/' . $this->username ) ); $personal_urls['logout'] = array(