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 @@
926
926
"</td>
927
927
</tr>" .
928
928
Xml::closeElement( 'table' ) .
929
- Xml::element( 'div', array( 'class' => 'prefsectiontip' ), wfMsg( 'timezonetext' ) ).
929
+ Xml::tags( 'div', array( 'class' => 'prefsectiontip' ), wfMsgExt( 'timezonetext', 'parseinline' ) ).
930
930
Xml::closeElement( 'fieldset' ) .
931
931
Xml::closeElement( 'fieldset' ) . "\n\n"
932
932
);
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r33495
* Tweaks for sections date/time and search of SpecialPreferences:...
raymond
17:26, 17 April 2008
Status & tagging log
15:26, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r34874
[
removed:
ok
added:
old]