From 1940eca61a606eb1515fa400895758292ce80bfe Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sun, 28 Jan 2007 15:01:09 +0000 Subject: [PATCH] Typo + bug number in comment. --- includes/SkinTemplate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 2.20.1