r85115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85114‎ | r85115 | r85116 >
Date:11:28, 1 April 2011
Author:purodha
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserrights.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserrights.php
@@ -537,7 +537,7 @@
538538 foreach( $columns as $name => $column ) {
539539 if( $column === array() )
540540 continue;
541 - $ret .= Xml::rawElement( 'th', null, wfMessage( 'userrights-' . $name . '-col', count( $column ) )->parse() );
 541+ $ret .= Xml::element( 'th', null, wfMessage( 'userrights-' . $name . '-col', count( $column ) )->text() );
542542 }
543543 $ret.= "</tr>\n<tr>\n";
544544 foreach( $columns as $column ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85114Fix r85110, see code review...purodha10:46, 1 April 2011

Status & tagging log