Index: trunk/phase3/languages/Language.php |
— | — | @@ -1971,7 +1971,7 @@ |
1972 | 1972 | * @param $list array of strings to put in a comma list |
1973 | 1973 | * @return string |
1974 | 1974 | */ |
1975 | | - function commaList( $list, $forContent = false ) { |
| 1975 | + function commaList( $list ) { |
1976 | 1976 | return implode( |
1977 | 1977 | $list, |
1978 | 1978 | wfMsgExt( 'comma-separator', array( 'escapenoentities', 'language' => $this ) ) ); |