IS translation blogger addon THX Sveinn í Felli

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:18:39 +02:00
parent ae2dfdd30f
commit 3917c4f487
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
if(! function_exists("string_plural_select_is")) {
function string_plural_select_is($n){
$n = intval($n);
return ($n % 10 != 1 || $n % 100 == 11);;
}}
;