r53693 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53692‎ | r53693 | r53694 >
Date:19:39, 23 July 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with class "mw-listgrouprights-key"
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/specials/SpecialListgrouprights.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialListgrouprights.php
@@ -109,7 +109,7 @@
110110 $wgOut->addHTML(
111111 Xml::closeElement( 'table' ) . "\n<br /><hr />\n"
112112 );
113 - $wgOut->addWikiMsg( 'listgrouprights-key' );
 113+ $wgOut->wrapWikiMsg( "<div class=\"mw-listgrouprights-key\">\n$1</div>",'listgrouprights-key' );
114114 }
115115
116116 /**
Index: trunk/phase3/RELEASE-NOTES
@@ -158,6 +158,8 @@
159159 will still load it if it exists, but it's not required for anything
160160 * Added $wgSecondaryGoNamespaces, allowing an array of namespaces to be checked
161161 when the Go button is pressed in addition to the main namespace.
 162+* (bug 19900) The "listgrouprights-key" message is now wrapped in a div with
 163+ class "mw-listgrouprights-key"
162164
163165 === Bug fixes in 1.16 ===
164166

Status & tagging log