"<p id="userloginlink"><p>Don't have an account" is illegal xhtml
[mediawiki.git] / languages / classes / LanguageKm.php
blob831feb9c796c478ae0a5d6818386034020394695
1 <?php
2 /** Khmer (ភាសាខ្មែរ)
4 * @ingroup Language
6 * @author Niklas Laxström
7 */
8 class LanguageKm extends Language {
9 function commafy($_) {
10 /* NO-op for Khmer. Cannot use
11 * $separatorTransformTable = array( ',' => '' )
12 * That would break when parsing and doing strstr '' => 'foo';
14 return $_;