r25375 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25374‎ | r25375 | r25376 >
Date:20:12, 31 August 2007
Author:aaron
Status:old
Tags:
Comment:
*$groups are links if possible (strings otherwise), so why is this html escaped?
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -905,10 +905,10 @@
906906 case 0:
907907 case 1:
908908 case 2:
909 - $message = wfMsgHtml( "badaccess-group$n", $groups );
 909+ $message = wfMsg( "badaccess-group$n", $groups );
910910 break;
911911 default:
912 - $message = wfMsgHtml( 'badaccess-groups', $groups );
 912+ $message = wfMsg( 'badaccess-groups', $groups );
913913 }
914914 $this->addHtml( $message );
915915 $this->returnToMain( false );

Follow-up revisions

RevisionCommit summaryAuthorDate
r25379*Revert r25375, breaks other messages. I didn't realize how messed up this sc...aaron21:33, 31 August 2007
r25415Merged revisions 25372-25414 via svnmerge from...david21:15, 2 September 2007

Status & tagging log