From df12a5828ca56139581371d1a7a55233cc21b73f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 23 Jul 2009 19:39:37 +0000 Subject: [PATCH] * (bug 19900) The "listgrouprights-key" message is now wrapped in a div with class "mw-listgrouprights-key" --- RELEASE-NOTES | 2 ++ includes/specials/SpecialListgrouprights.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3e28634dcd..78f95a03a6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -158,6 +158,8 @@ this. Was used when mwEmbed was going to be an extension. will still load it if it exists, but it's not required for anything * Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked when the Go button is pressed in addition to the main namespace. +* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with + class "mw-listgrouprights-key" === Bug fixes in 1.16 === diff --git a/includes/specials/SpecialListgrouprights.php b/includes/specials/SpecialListgrouprights.php index f8f0362ca4..9a35336473 100644 --- a/includes/specials/SpecialListgrouprights.php +++ b/includes/specials/SpecialListgrouprights.php @@ -109,7 +109,7 @@ class SpecialListGroupRights extends SpecialPage { $wgOut->addHTML( Xml::closeElement( 'table' ) . "\n

\n" ); - $wgOut->addWikiMsg( 'listgrouprights-key' ); + $wgOut->wrapWikiMsg( "
\n$1
",'listgrouprights-key' ); } /** -- 2.20.1