13 Jul 2004 20:18
phase3/includes SpecialPreferences.php,1.49,1.50
Jens Frank <jeluf <at> users.sourceforge.net>
2004-07-13 18:18:36 GMT
2004-07-13 18:18:36 GMT
Update of /cvsroot/wikipedia/phase3/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4649/includes
Modified Files:
SpecialPreferences.php
Log Message:
Make Math rendering options user settable strings in MediaWiki namespace. First batch.
Index: SpecialPreferences.php
===================================================================
RCS file: /cvsroot/wikipedia/phase3/includes/SpecialPreferences.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** SpecialPreferences.php 9 Jun 2004 13:04:51 -0000 1.49
--- SpecialPreferences.php 13 Jul 2004 18:18:33 -0000 1.50
***************
*** 396,400 ****
else { $checked = ""; }
$wgOut->addHTML( "<div><label><input type='radio' name=\"wpMath\"
! value=\"$i\"$checked /> {$mathopts[$i]}</label></div>\n" );
}
$wgOut->addHTML( "</fieldset>\n\n" );
--- 396,400 ----
else { $checked = ""; }
$wgOut->addHTML( "<div><label><input type='radio' name=\"wpMath\"
! value=\"$i\"$checked /> ".wfMsg($mathopts[$i])."</label></div>\n" );
}
$wgOut->addHTML( "</fieldset>\n\n" );
(Continue reading)
RSS Feed