From 710e3d6f2f867bf01c5c5647a6a82e414150d077 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 6 Mar 2010 21:18:10 +0000 Subject: [PATCH] * (bug 22748) Add anchors on Special:ListGroupRights --- RELEASE-NOTES | 1 + includes/specials/SpecialListgrouprights.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index baf3a6055f..f69ff16c7b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via User:/common.css and /common.js (if user css/js is enabled) +* (bug 22748) Add anchors on Special:ListGroupRights === Bug fixes in 1.17 === * (bug 17560) Half-broken deletion moved image files to deletion archive without diff --git a/includes/specials/SpecialListgrouprights.php b/includes/specials/SpecialListgrouprights.php index 83724a4f0a..9aff7fd57a 100644 --- a/includes/specials/SpecialListgrouprights.php +++ b/includes/specials/SpecialListgrouprights.php @@ -63,7 +63,8 @@ class SpecialListGroupRights extends SpecialPage { } else { $grouppage = $this->skin->link( Title::newFromText( $grouppageLocalized ), - htmlspecialchars($groupnameLocalized) + htmlspecialchars($groupnameLocalized), + array( 'name' => $group ) ); } -- 2.20.1