missing paren
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv") {
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
|
Reference in New Issue
Block a user