Index: trunk/phase3/includes/specials/SpecialListgrouprights.php |
— | — | @@ -63,7 +63,8 @@ |
64 | 64 | } else { |
65 | 65 | $grouppage = $this->skin->link( |
66 | 66 | Title::newFromText( $grouppageLocalized ), |
67 | | - htmlspecialchars($groupnameLocalized) |
| 67 | + htmlspecialchars($groupnameLocalized), |
| 68 | + array( 'name' => $group ) |
68 | 69 | ); |
69 | 70 | } |
70 | 71 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | === New features in 1.17 === |
27 | 27 | * (bug 10183) Users can now add personal styles and scripts to all skins via |
28 | 28 | User:<name>/common.css and /common.js (if user css/js is enabled) |
| 29 | +* (bug 22748) Add anchors on Special:ListGroupRights |
29 | 30 | |
30 | 31 | === Bug fixes in 1.17 === |
31 | 32 | * (bug 17560) Half-broken deletion moved image files to deletion archive without |