Index: trunk/phase3/languages/classes/LanguageZh_hans.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | return $s; |
21 | 21 | } |
22 | 22 | |
23 | | - function normalizeForSearch( $string ) { |
| 23 | + function normalizeForSearch( $s ) { |
24 | 24 | wfProfileIn( __METHOD__ ); |
25 | 25 | |
26 | 26 | // Double-width roman characters |
— | — | @@ -30,4 +30,4 @@ |
31 | 31 | wfProfileOut( __METHOD__ ); |
32 | 32 | return $s; |
33 | 33 | } |
34 | | -} |
\ No newline at end of file |
| 34 | +} |