r34874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34873‎ | r34874 | r34875 >
Date:18:14, 15 May 2008
Author:raymond
Status:old
Tags:
Comment:
Allow wikisyntax in message.
Probably a regression from r33495. In the past HTML was allowed :-/
Modified paths:
  • /trunk/phase3/includes/SpecialPreferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialPreferences.php
@@ -925,7 +925,7 @@
926926 "</td>
927927 </tr>" .
928928 Xml::closeElement( 'table' ) .
929 - Xml::element( 'div', array( 'class' => 'prefsectiontip' ), wfMsg( 'timezonetext' ) ).
 929+ Xml::tags( 'div', array( 'class' => 'prefsectiontip' ), wfMsgExt( 'timezonetext', 'parseinline' ) ).
930930 Xml::closeElement( 'fieldset' ) .
931931 Xml::closeElement( 'fieldset' ) . "\n\n"
932932 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r33495* Tweaks for sections date/time and search of SpecialPreferences:...raymond17:26, 17 April 2008

Status & tagging log