Merge branch 'patch-16' into 'dev'
JS plurals displaying code cleanup See merge request hubzilla/core!1338 (cherry picked from commit721461dd3e
)b7280a44
JS plurals displaying code cleanupab0e2f52
Update language.phpf9c3b807
Update main.jsce52c27a
Update main.js
This commit is contained in:
@@ -277,7 +277,7 @@ function ta($k){
|
||||
function tf() {
|
||||
|
||||
$s = "plural_function_code";
|
||||
return (x(App::$strings, $s) ? App::$strings[$s] : "return 0;");
|
||||
return (x(App::$strings, $s) ? App::$strings[$s] : "0");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user