* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with class...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 23 Jul 2009 19:39:37 +0000 (19:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 23 Jul 2009 19:39:37 +0000 (19:39 +0000)
RELEASE-NOTES
includes/specials/SpecialListgrouprights.php

index 3e28634..78f95a0 100644 (file)
@@ -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 ===
 
index f8f0362..9a35336 100644 (file)
@@ -109,7 +109,7 @@ class SpecialListGroupRights extends SpecialPage {
                $wgOut->addHTML(
                        Xml::closeElement( 'table' ) . "\n<br /><hr />\n"
                );
-               $wgOut->addWikiMsg( 'listgrouprights-key' );
+               $wgOut->wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1</div>",'listgrouprights-key' );
        }
 
        /**